From 80c1c94a87aca1b0b7a4b0521d140493d20ba4b0 Mon Sep 17 00:00:00 2001 From: Bill Chatfield Date: Fri, 28 Jul 2017 12:16:55 -0400 Subject: [PATCH] Corrected comment formatting --- include/apple2_filetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/apple2_filetype.h b/include/apple2_filetype.h index be17274fa..83a44f532 100644 --- a/include/apple2_filetype.h +++ b/include/apple2_filetype.h @@ -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