Code cleanup: alignment

This commit is contained in:
Michaelangel007 2017-11-05 22:23:55 -08:00
parent 1469473460
commit 5cebad5ff5
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ void readVolume( int nArg, const char *aArg[], int *iArg )
// ========================================================================
int main( const int nArg, const char *aArg[] )
{
int iArg = 1; // DSK is 1st arg
int iArg = 1; // DSK is 1st arg
char *pathname_filename = NULL;
char *auto_dsk_name = getenv( "PRODOS_VOLUME" );