Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
4861f837fb
commit
380b063f9c
41 changed files with 134 additions and 134 deletions
|
@ -145,7 +145,7 @@ upda(void)
|
|||
if (*game_hours != 0)
|
||||
pr("Game hours are: %s\n", game_hours);
|
||||
|
||||
return (0);
|
||||
return 0;
|
||||
} else {
|
||||
time_t now;
|
||||
time_t upd_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue