You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/allegro/files/allegro-4.4.2-static-func.p...

14 lines
416 B

https://sourceforge.net/p/alleg/bugs/398/
--- a/addons/jpgalleg/src/decode.c 2008-02-13 14:04:57.000000000 +0100
+++ b/addons/jpgalleg/src/decode.c 2015-09-03 14:57:57.888485546 +0200
@@ -477,7 +477,7 @@
* Reads a string of bits from the input stream and returns a properly signed
* number given the category.
*/
-INLINE int
+static INLINE int
get_value(int category)
{
int result = get_bits(category);