mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 09:41:29 +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)
|
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;
|
*t = 0;
|
||||||
strcpy(d->extension, s);
|
strcpy(d->extension, s);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue