fixed typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@1825 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -51,7 +51,7 @@ void __fastcall__ tgi_load (unsigned char mode)
|
|||||||
/* No driver for this mode */
|
/* No driver for this mode */
|
||||||
tgi_error = TGI_ERR_NO_DRIVER;
|
tgi_error = TGI_ERR_NO_DRIVER;
|
||||||
} else {
|
} else {
|
||||||
/* Laod the driver */
|
/* Load the driver */
|
||||||
tgi_load_driver (name);
|
tgi_load_driver (name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user