]> git.sur5r.net Git - cc65/blobdiff - include/mouse.h
Harmozined typing of static driver address.
[cc65] / include / mouse.h
index a085baf92053c9f0f04361fa4ea553542b290e9c..bfb0acad38a1de8fed27271b985033429c865dc5 100644 (file)
@@ -108,7 +108,7 @@ extern const struct mouse_callbacks mouse_def_callbacks;
 extern const char mouse_stddrv[];
 
 /* The address of the static standard mouse driver for a platform */
-extern const char mouse_static_stddrv[];
+extern const void mouse_static_stddrv[];