From 6b17d487e434f574587358733ede073ccab355ed Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 30 Apr 2003 21:37:02 +0000 Subject: compilation fix svn-id: r7235 --- gui/newgui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui') 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 + -- cgit v1.2.3