Separate settings and the SET command, for modularity.
[pspp-builds.git] / src / lexer.c
index 66324a2508701b65e63261c209e096285bf8b031..fc6bf9d38c575e061c19cd2af27a51b93de3373d 100644 (file)
@@ -806,7 +806,7 @@ lex_preprocess_line (void)
        dot = 1;
        len--;
       }
-    else if (len == 0 && get_nullline() )
+    else if (len == 0 && get_nulline ())
       dot = 1;
     else
       dot = 0;