mirror of
https://github.com/cc65/cc65.git
synced 2025-04-03 15:29:44 +00:00
Adjusted error message to recent change.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4311 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
6bf42548d9
commit
cb5ce7da5a
@ -199,7 +199,7 @@ int main (void)
|
||||
|
||||
/* Load and initialize the driver */
|
||||
tgi_load_driver (tgi_stddrv);
|
||||
CheckError ("tgi_load");
|
||||
CheckError ("tgi_load_driver");
|
||||
tgi_init ();
|
||||
CheckError ("tgi_init");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user