X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.c;fp=direct.c;h=cd9c637ee05c2024d5cd6a8cc4e103caa18c6b5d;hp=2511473fb5c89953decbe40a3579943dfb84f8c0;hb=790cd95291aa2dcfd3128652ef9c34bab1398a8d;hpb=1f9660cc541869d8dba97320a15a8eea05f25dc5 diff --git a/direct.c b/direct.c index 2511473..cd9c637 100644 --- a/direct.c +++ b/direct.c @@ -459,7 +459,7 @@ int d_incbin(void) if (*tok != STRING) { - error("syntax error; string missing"); + error("syntax error; file to include missing"); return ERROR; }