diff options
Diffstat (limited to 'src/gos/gos_x_threads.c')
-rw-r--r-- | src/gos/gos_x_threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_x_threads.c b/src/gos/gos_x_threads.c index ce431de6..7b483315 100644 --- a/src/gos/gos_x_threads.c +++ b/src/gos/gos_x_threads.c @@ -568,4 +568,4 @@ gThreadreturn gfxThreadWait(gThread th) { return (gThreadreturn)t->param; } -#endif /* GFX_USE_OS_RAW32 */ +#endif |