]> git.sur5r.net Git - cc65/commitdiff
Fixed comments
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Feb 2003 22:31:16 +0000 (22:31 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Feb 2003 22:31:16 +0000 (22:31 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1956 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/joystick.h

index df7bf5c568f03d5b8ee83b21ebbc3039099769dc..cc27f7da105e872e751d28dae0f9a745e41a56c1 100644 (file)
@@ -90,11 +90,11 @@ unsigned char __fastcall__ joy_unload (void);
 /* Uninstall, then unload the currently loaded driver. */
 
 unsigned char __fastcall__ joy_install (void* driver);
-/* Install an already loaded driver. */
+/* Install an already loaded driver. Return an error code. */
 
 unsigned char __fastcall__ joy_uninstall (void);
-/* Uninstall the currently loaded driver. Note: This call does not free
- * allocated memory.
+/* Uninstall the currently loaded driver and return an error code.
+ * Note: This call does not free allocated memory.
  */
 
 unsigned char __fastcall__ joy_count (void);