From: cuz Date: Mon, 10 Feb 2003 22:31:16 +0000 (+0000) Subject: Fixed comments X-Git-Tag: V2.12.0~1732 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b36efac4c49cd727315434ffbdc6545e66531ae;p=cc65 Fixed comments git-svn-id: svn://svn.cc65.org/cc65/trunk@1956 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/joystick.h b/include/joystick.h index df7bf5c56..cc27f7da1 100644 --- a/include/joystick.h +++ b/include/joystick.h @@ -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);