diff options
author | David Turner | 2010-12-31 11:00:50 +0000 |
---|---|---|
committer | David Turner | 2010-12-31 11:00:50 +0000 |
commit | 04043240b162c2b63c48adc08fc8eb4ccb0ff407 (patch) | |
tree | 5308e4f978725492038e7c7b9861f9e8767366f7 | |
parent | c71c3ab591c6fb453f6379135fee314577f44887 (diff) | |
download | scummvm-rg350-04043240b162c2b63c48adc08fc8eb4ccb0ff407.tar.gz scummvm-rg350-04043240b162c2b63c48adc08fc8eb4ccb0ff407.tar.bz2 scummvm-rg350-04043240b162c2b63c48adc08fc8eb4ccb0ff407.zip |
GOB: Minor Correction in Debug Console Header.
svn-id: r55074
-rw-r--r-- | engines/gob/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/console.h b/engines/gob/console.h index 9f726c6b92..91e62f370e 100644 --- a/engines/gob/console.h +++ b/engines/gob/console.h @@ -49,6 +49,6 @@ private: bool cmd_listArchives(int argc, const char **argv); }; -} // End of namespace Mohawk +} // End of namespace Gob #endif |