X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fgetl.c;fp=src%2Flibpspp%2Fgetl.c;h=1c18733dce23e778b5a73548f8608efd82459352;hb=1e0aeb69e9f246a1448a114919c90b6c86dfcc8d;hp=f3d7198184894dd805551294534b485769e85785;hpb=f33178b801e1d8e932c2ef411d3985017627c512;p=pspp-builds.git diff --git a/src/libpspp/getl.c b/src/libpspp/getl.c index f3d71981..1c18733d 100644 --- a/src/libpspp/getl.c +++ b/src/libpspp/getl.c @@ -217,7 +217,7 @@ do_read_line (struct string *line, bool *interactive) if (interactive != NULL) *interactive = s->interface->interactive (s->interface); - while ((s)) + while (s) { if (s->interface->filter) s->interface->filter (s->interface, line);