X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;h=b43561d09956a782ac3aced1ce0f0ea60852d765;hp=fe13aa760a822f649fd054805273c5ed3931cfc7;hb=d3748ed651bd54f3885ef83304576d38b203844c;hpb=bdbf34766f4d074a5933eb1326fe4ce03d249e10 diff --git a/procln.c b/procln.c index fe13aa7..b43561d 100644 --- a/procln.c +++ b/procln.c @@ -587,7 +587,7 @@ When checking to see if it's already been equated, issue a warning. if (list_flag) // Put value in listing listvalue((uint32_t)eval); - at_eol(); // Must be at EOL now + ErrorIfNotAtEOL(); // Must be at EOL now goto loop; }