mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
remove useless parentheses
This commit is contained in:
parent
0c0c15018f
commit
6975b35591
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ void Sleep_Msec(u32 ms) {
|
|||
}
|
||||
|
||||
void Sleep_Sec(u32 sec) {
|
||||
Sleep_Cycles((sec * OS_CPU_COUNTER));
|
||||
Sleep_Cycles(sec * OS_CPU_COUNTER);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue