mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-12-27 05:32:56 +00:00
Cleanup alignment
This commit is contained in:
parent
72c75dca55
commit
7fe028980b
@ -480,7 +480,7 @@ bool doCopy( ProDOS_FileHeader_t *entry, const char *filename )
|
||||
if( bFoundExt )
|
||||
{
|
||||
#if DEBUG_MAIN
|
||||
printf( "Auto-detect file type: $%02X %s\n", iExt, tExt );
|
||||
printf( "Auto-detect file type: $%02X %s\n", iExt, tExt );
|
||||
#endif
|
||||
gEntry.type = iExt;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user