pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp getl.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp getl.c
Date: Sat, 02 Dec 2006 06:45:25 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/12/02 06:45:25

Modified files:
        src/libpspp    : getl.c 

Log message:
        Remove redundant parentheses.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/getl.c?cvsroot=pspp&r1=1.1&r2=1.2

Patches:
Index: getl.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/getl.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- getl.c      29 Nov 2006 12:19:07 -0000      1.1
+++ getl.c      2 Dec 2006 06:45:25 -0000       1.2
@@ -217,7 +217,7 @@
           if (interactive != NULL)
             *interactive = s->interface->interactive (s->interface);
 
-          while ((s))
+          while (s)
            {
              if (s->interface->filter)
                s->interface->filter (s->interface, line);




reply via email to

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