X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcommand.c;h=a471f38e427e0085ee7da51ea764164d157668f2;hb=e238e7fc030ebb64a7f70176c2218783b5b205e3;hp=c6d7659d09c1c34632487b1df8142c211e508171;hpb=0e1b4c7bad78b6039da1e932d0cc4a84fee2290f;p=pspp-builds.git diff --git a/src/command.c b/src/command.c index c6d7659d..a471f38e 100644 --- a/src/command.c +++ b/src/command.c @@ -618,7 +618,7 @@ error: int cmd_exit (void) { - if (getl_reading_script) + if (getl_reading_script()) { msg (SE, _("This command is not accepted in a syntax file. " "Instead, use FINISH to terminate a syntax file."));