diff options
author | Jonathan Gray | 2003-04-30 11:34:05 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-04-30 11:34:05 +0000 |
commit | 79ebda7613b3280ae644d67af50712deef8819d7 (patch) | |
tree | df50b896c47acd1c597a13d80804f37df6ebf012 | |
parent | 77058cb0f85b865cc3bff7eed3a4616c145b53f4 (diff) | |
download | scummvm-rg350-79ebda7613b3280ae644d67af50712deef8819d7.tar.gz scummvm-rg350-79ebda7613b3280ae644d67af50712deef8819d7.tar.bz2 scummvm-rg350-79ebda7613b3280ae644d67af50712deef8819d7.zip |
compilation fix
svn-id: r7218
-rw-r--r-- | scumm/smush/codec47.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp index 904daa7e1d..376c67626d 100644 --- a/scumm/smush/codec47.cpp +++ b/scumm/smush/codec47.cpp @@ -773,4 +773,5 @@ void Codec47_releaseGlobals() { GRELEASEPTR(GBVARS_CODEC37TABLE_INDEX , GBVARS_SCUMM) GRELEASEPTR(GBVARS_CODEC47TABLE_INDEX , GBVARS_SCUMM) } -#endif
\ No newline at end of file +#endif + |