diff mpc.c @ 4908:777f250df232 libavcodec

Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
author diego
date Sat, 05 May 2007 12:18:14 +0000
parents 0430aafe6f01
children 2a9c085590bb
line wrap: on
line diff
--- a/mpc.c	Sat May 05 11:14:03 2007 +0000
+++ b/mpc.c	Sat May 05 12:18:14 2007 +0000
@@ -163,7 +163,7 @@
 /**
  * Fill samples for given subband
  */
-static void inline idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst)
+static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst)
 {
     int i, i1, t;
     switch(idx){