diff th_config.c @ 201:f7b571debd81

Silence a warning when compiling with older versions of GCC.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 12:14:34 +0200
parents c6c3825376c9
children 659b8229d015
line wrap: on
line diff
--- a/th_config.c	Thu Nov 18 03:53:01 2010 +0200
+++ b/th_config.c	Sat Nov 20 12:14:34 2010 +0200
@@ -562,7 +562,7 @@
                 tmpCh = c;
                 isStart = FALSE;
             } else if (VISEND(c)) {
-                BOOL tmpBool;
+                BOOL tmpBool = FALSE;
                 
                 /* End of boolean parsing */
                 switch (tmpCh) {