link: add missing parameter to error message

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
Vegard Nossum
2009-06-11 08:53:18 +02:00
parent 3c82b1ae03
commit bc6b2fe005

View File

@@ -67,7 +67,7 @@ SLONG sym_GetBank(char *tzName)
}
}
sprintf(temptext, "Unknown symbol '%s'");
sprintf(temptext, "Unknown symbol '%s'", tzName);
fatalerror(temptext);
return (0);
}