mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
whitespace
This commit is contained in:
parent
5a7b7571f3
commit
5569f04a88
1 changed files with 2 additions and 2 deletions
|
@ -1048,7 +1048,7 @@ COM_Filesystem_Init_Cvars (void)
|
|||
/*
|
||||
COM_SkipPath
|
||||
*/
|
||||
char *
|
||||
char *
|
||||
COM_SkipPath (char *pathname)
|
||||
{
|
||||
char *last;
|
||||
|
@ -1076,7 +1076,7 @@ COM_StripExtension (char *in, char *out)
|
|||
/*
|
||||
COM_FileExtension
|
||||
*/
|
||||
char *
|
||||
char *
|
||||
COM_FileExtension (char *in)
|
||||
{
|
||||
static char exten[8];
|
||||
|
|
Loading…
Reference in a new issue