Code style changes only.

svn path=/trunk/; revision=66130
This commit is contained in:
Hermès Bélusca-Maïto 2015-01-31 19:05:15 +00:00
parent 2f36640fb3
commit 2369d5c3db

View file

@ -620,7 +620,7 @@ void parse_filename_into_dirrecord( const char* filename, PDIR_RECORD d, BOOL di
}
if (strlen(s) > MAX_EXTENSION_LENGTH)
{
error_exit( "'%s' has too long extension for cdmake, aborting...", filename );
error_exit("'%s' has too long extension, aborting...", filename);
}
*t = 0;
strcpy(d->extension, s);