pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/lexer.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/lexer.c
Date: Sat, 10 Dec 2005 21:48:50 -0500

Index: pspp/src/lexer.c
diff -u pspp/src/lexer.c:1.23 pspp/src/lexer.c:1.24
--- pspp/src/lexer.c:1.23       Tue Oct 25 04:28:17 2005
+++ pspp/src/lexer.c    Sun Dec 11 02:48:45 2005
@@ -806,7 +806,7 @@
        dot = 1;
        len--;
       }
-    else if (len == 0 && get_nullline() )
+    else if (len == 0 && get_nulline ())
       dot = 1;
     else
       dot = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]