aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/console.h
diff options
context:
space:
mode:
authorDavid Turner2010-12-31 11:00:50 +0000
committerDavid Turner2010-12-31 11:00:50 +0000
commit04043240b162c2b63c48adc08fc8eb4ccb0ff407 (patch)
tree5308e4f978725492038e7c7b9861f9e8767366f7 /engines/gob/console.h
parentc71c3ab591c6fb453f6379135fee314577f44887 (diff)
downloadscummvm-rg350-04043240b162c2b63c48adc08fc8eb4ccb0ff407.tar.gz
scummvm-rg350-04043240b162c2b63c48adc08fc8eb4ccb0ff407.tar.bz2
scummvm-rg350-04043240b162c2b63c48adc08fc8eb4ccb0ff407.zip
GOB: Minor Correction in Debug Console Header.
svn-id: r55074
Diffstat (limited to 'engines/gob/console.h')
-rw-r--r--engines/gob/console.h2
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