1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

Fixed a copy&paste error.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4151 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-09-11 18:42:34 +00:00
parent 8870eda779
commit 4ed9b6facf

View File

@ -96,7 +96,7 @@ struct mouse_callbacks {
/* The default mouse callbacks */
extern const struct mouse_callbacks mouse_def_callbacks;
/* The name of the standard joystick driver for a platform */
/* The name of the standard mouse driver for a platform */
extern const char mouse_stddrv[];