diff th_config.h @ 261:0db02b8d2d11

ISO C99 compatibility fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 May 2011 02:10:42 +0300
parents 3e221c16b087
children
line wrap: on
line diff
--- a/th_config.h	Fri May 06 03:34:52 2011 +0300
+++ b/th_config.h	Sun May 22 02:10:42 2011 +0300
@@ -45,7 +45,7 @@
         void *data;
         qlist_t **list;
         struct _cfgitem_t *section;
-    };
+    } v;
     
     struct _cfgitem_t *next, *prev;
 } cfgitem_t;