aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJonathan Gray2003-04-30 21:37:02 +0000
committerJonathan Gray2003-04-30 21:37:02 +0000
commit6b17d487e434f574587358733ede073ccab355ed (patch)
treeddd4a83041c0dd77fcd7bc5bbc4b96499d870b76 /gui
parent797c222ec7d69662ec504271df915713b9723432 (diff)
downloadscummvm-rg350-6b17d487e434f574587358733ede073ccab355ed.tar.gz
scummvm-rg350-6b17d487e434f574587358733ede073ccab355ed.tar.bz2
scummvm-rg350-6b17d487e434f574587358733ede073ccab355ed.zip
compilation fix
svn-id: r7235
Diffstat (limited to 'gui')
-rw-r--r--gui/newgui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 33243818e8..5eb7550c82 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -523,4 +523,5 @@ void NewGui_initGlobals() {
GSETPTR(guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
}
void NewGui_releaseGlobals(){ GRELEASEPTR(GBVARS_GUIFONT_INDEX, GBVARS_SCUMM) }
-#endif \ No newline at end of file
+#endif
+