refactoring the directories, especially for scripts; moved gimp stuff out to db since...
[feisty_meow.git] / nucleus / tools / dependency_tool / ifparser.cpp
index b4de6824da660402a23085c71c85b6f95ec053f5..545e0af7c22b0600b0c790172ec96a84c548da0d 100644 (file)
@@ -171,6 +171,7 @@ static const char *parse_value(IfParser *g, const char *cp, int *valp)
            *valp = (*(g->funcs.eval_defined)) (g, var, int(cp - var));
            return cp + paren;          /* skip the right paren */
        }
+       break;
        /* fall out */
     }