clean up return statements a bit more

This commit is contained in:
/dev/humancontroller 2013-04-14 18:33:27 +02:00 committed by Zack Middleton
parent 9d626b6a12
commit 9e9d6fa52c
3 changed files with 4 additions and 9 deletions

View file

@ -2539,8 +2539,9 @@ static void Com_WriteCDKey( const char *filename, const char *ikey ) {
out:
#ifndef _WIN32
umask(savedumask);
#else
;
#endif
return;
}
#endif