Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 559524
Collapse All | Expand All

(-)a/addons/jpgalleg/src/decode.c (-1 / +1 lines)
Lines 477-483 Link Here
477
 *  Reads a string of bits from the input stream and returns a properly signed
477
 *  Reads a string of bits from the input stream and returns a properly signed
478
 *  number given the category.
478
 *  number given the category.
479
 */
479
 */
480
INLINE int
480
static INLINE int
481
get_value(int category)
481
get_value(int category)
482
{
482
{
483
	int result = get_bits(category);
483
	int result = get_bits(category);

Return to bug 559524