Cleanup alignment

This commit is contained in:
Michaelangel007 2017-12-29 09:37:34 -08:00
parent 72c75dca55
commit 7fe028980b
1 changed files with 1 additions and 1 deletions

View File

@ -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;