clean up return statements a bit more
This commit is contained in:
parent
9d626b6a12
commit
9e9d6fa52c
3 changed files with 4 additions and 9 deletions
|
@ -2539,8 +2539,9 @@ static void Com_WriteCDKey( const char *filename, const char *ikey ) {
|
|||
out:
|
||||
#ifndef _WIN32
|
||||
umask(savedumask);
|
||||
#else
|
||||
;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue