mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
link: add missing parameter to error message
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ SLONG sym_GetBank(char *tzName)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(temptext, "Unknown symbol '%s'");
|
sprintf(temptext, "Unknown symbol '%s'", tzName);
|
||||||
fatalerror(temptext);
|
fatalerror(temptext);
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user