mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 11:20:54 -04:00
semicolon
This commit is contained in:
@@ -153,7 +153,7 @@ void KernelCheckAndDispatch() {
|
||||
#ifdef __linux__
|
||||
cprintf("%ld\n", result);
|
||||
#else
|
||||
cprintf("%lld\n", result)
|
||||
cprintf("%lld\n", result);
|
||||
#endif
|
||||
ListenerFunction->value = s7.offset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user