]> git.sur5r.net Git - cc65/commitdiff
Corrected comment formatting 471/head
authorBill Chatfield <bill_chatfield@yahoo.com>
Fri, 28 Jul 2017 16:16:55 +0000 (12:16 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 16:16:55 +0000 (12:16 -0400)
include/apple2_filetype.h

index be17274fa0423d95be47fa7fab123375ccbbe9d3..83a44f532592052090d07da9032f05e96bf81b44 100644 (file)
 ** This applies specifically to the fopen and open functions.
 */
 extern unsigned char _filetype;  /* Default: PRODOS_T_BIN */
-extern unsigned int _auxtype;    /* Default: 0 */
+extern unsigned int _auxtype;    /* Default: 0            */
 
 /* End of apple2_filetype.h */
 #endif