diff th_config.h @ 22:1ac2449c4df7

ISO C99 compatibility fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 May 2011 02:11:05 +0300
parents 0cea9c0cfce7
children 598609fb49b0
line wrap: on
line diff
--- a/th_config.h	Thu Apr 21 01:48:42 2011 +0300
+++ b/th_config.h	Sun May 22 02:11:05 2011 +0300
@@ -45,7 +45,7 @@
         void *data;
         qlist_t **list;
         struct _cfgitem_t *section;
-    };
+    } v;
     
     struct _cfgitem_t *next, *prev;
 } cfgitem_t;