various code cleanups

This commit is contained in:
Garux
2021-10-30 16:04:31 +03:00
parent e62da4c621
commit da98e8fde3
70 changed files with 1158 additions and 1276 deletions

View File

@@ -87,7 +87,7 @@ char *ExpandArg( const char *path ){
I_FloatTime
================
*/
double I_FloatTime( void ){
double I_FloatTime(){
time_t t;
time( &t );