# HG changeset patch # User diego # Date 1178363643 0 # Node ID 2eac08efc19613456471ff685a17252698ec1a56 # Parent 134b728f4aace9c88300d634205ea06bfb9c636d Fix warning: In file included from mjpeg.c:903: jpeg_ls.c:190: warning: ¡Æinline¡Ç is not at beginning of declaration diff -r 134b728f4aac -r 2eac08efc196 jpeg_ls.c --- a/jpeg_ls.c Sat May 05 09:15:03 2007 +0000 +++ b/jpeg_ls.c Sat May 05 11:14:03 2007 +0000 @@ -187,7 +187,7 @@ return 0; } -static void inline downscale_state(JLSState *state, int Q){ +static inline void downscale_state(JLSState *state, int Q){ if(state->N[Q] == state->reset){ state->A[Q] >>=1; state->B[Q] >>=1;