aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2010-02-03 03:25:50 +0000
committerSven Hesse2010-02-03 03:25:50 +0000
commitd4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1 (patch)
tree219377c0c61896a6a9b488a43b588f6f89a92e9d /engines/gob/inter_v1.cpp
parent887ca3145ebfce7c54d2cffeffb3d40de3fbe272 (diff)
downloadscummvm-rg350-d4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1.tar.gz
scummvm-rg350-d4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1.tar.bz2
scummvm-rg350-d4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1.zip
Minor style-related changes
svn-id: r47839
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index 81acf6f055..3dd677ad47 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -721,7 +721,7 @@ bool Inter_v1::o1_loadCursor(OpFuncParams &params) {
return false;
}
-bool Inter_v1::o1_switch (OpFuncParams &params) {
+bool Inter_v1::o1_switch(OpFuncParams &params) {
uint32 offset;
checkSwitchTable(offset);