]> Shamusworld >> Repos - rmac/blobdiff - macro.c
Fixed bad char reporting, revamp of the error/warning system.
[rmac] / macro.c
diff --git a/macro.c b/macro.c
index f0152cec8ac50306bdfd918e23d3e48fd5b6364a..2ebaf52e0455773fd5305009ca029f50e0332399 100644 (file)
--- a/macro.c
+++ b/macro.c
@@ -332,7 +332,7 @@ int lncatch(int (* lnfunc)(), char * dirlist)
        {
                if (TokenizeLine() == TKEOF)
                {
-                       errors("encountered end-of-file looking for '%s'", dirlist);
+                       error("encountered end-of-file looking for '%s'", dirlist);
                        fatal("cannot continue");
                }