diff cook.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 fa4951ffc434
children 8f6eda4a0d1e
line wrap: on
line diff
--- a/cook.c	Sat May 05 11:14:03 2007 +0000
+++ b/cook.c	Sat May 05 12:18:14 2007 +0000
@@ -496,7 +496,7 @@
  * @param category_index        pointer to the category_index array
  */
 
-static void inline expand_category(COOKContext *q, int* category,
+static inline void expand_category(COOKContext *q, int* category,
                                    int* category_index){
     int i;
     for(i=0 ; i<q->num_vectors ; i++){