]> git.sur5r.net Git - cc65/blobdiff - include/apple2_filetype.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / 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