X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.c;h=d6d6c3f2e63499d7301253b41f9881eb72daef08;hp=53d7c6ae48aeab8126bc826e24abda4edaf3c3e6;hb=9ecc6f5e49e1740adee78dd45e1115c7e4fcc314;hpb=ace0b549a94110b69ec61442f825fb421b79799a diff --git a/direct.c b/direct.c index 53d7c6a..d6d6c3f 100644 --- a/direct.c +++ b/direct.c @@ -584,7 +584,7 @@ int d_incbin(void) // Attempt to open the include file in the current directory, then (if that // failed) try list of include files passed in the enviroment string or by - // the "-d" option. + // the "-i" option. TOKEN filename = tok[1]; if ((fd = open(string[filename], _OPEN_INC)) < 0)