1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00

Fixed comments

git-svn-id: svn://svn.cc65.org/cc65/trunk@1956 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-02-10 22:31:16 +00:00
parent bdf867bd54
commit 9b36efac4c

View 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);