mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Code style changes only.
svn path=/trunk/; revision=66130
This commit is contained in:
parent
2f36640fb3
commit
2369d5c3db
1 changed files with 26 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue