aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.c b/src/gfx.c
index 34526e6b..390a9380 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -135,7 +135,7 @@ void gfxDeinit(void)
#if GFX_USE_GWIN
_gwinDeinit();
#endif
- #if GFX_USE_GAUDIN
+ #if GFX_USE_GAUDIO
_gaudioDeinit();
#endif
#if GFX_USE_GADC