diff options
Diffstat (limited to 'src/gfx/gfx_vid.c')
-rw-r--r-- | src/gfx/gfx_vid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx/gfx_vid.c b/src/gfx/gfx_vid.c index 15f0048..0dd7847 100644 --- a/src/gfx/gfx_vid.c +++ b/src/gfx/gfx_vid.c @@ -159,7 +159,7 @@ int gfx_set_screen_enable(int enable); /* forward declaration #include "vid_1200.c" #endif -/* INLUDE SUPPORT FOR REDCLOUD, IF SPECIFIED. */ +/* INCLUDE SUPPORT FOR REDCLOUD, IF SPECIFIED. */ #if GFX_VIDEO_REDCLOUD #include "vid_rdcl.c" |