From 7fe028980b6e6482ba718558466df90716ebe69f Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Fri, 29 Dec 2017 09:37:34 -0800 Subject: [PATCH] Cleanup alignment --- prodos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodos.cpp b/prodos.cpp index 7848c21..d7e4013 100644 --- a/prodos.cpp +++ b/prodos.cpp @@ -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;