mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +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) {
|
void Sleep_Sec(u32 sec) {
|
||||||
Sleep_Cycles((sec * OS_CPU_COUNTER));
|
Sleep_Cycles(sec * OS_CPU_COUNTER);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue