1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Corrected comment formatting

This commit is contained in:
Bill Chatfield 2017-07-28 12:16:55 -04:00 committed by GitHub
parent f40bb93677
commit 80c1c94a87

View File

@ -316,7 +316,7 @@
** 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