CTABLES: Support setting the title, caption, ...
[pspp] / src / language / lexer / include-path.c
index bc20122daf8443f1c15045852ff4c1719bed0dd2..96870a5a9a3041785f10cb74e7052ff79c641b74 100644 (file)
@@ -75,7 +75,7 @@ include_path_init__ (void)
 
   if (inited)
     return;
-  inited = false;
+  inited = true;
 
   string_array_init (&the_include_path);
   string_array_append (&the_include_path, ".");