aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorJohannes Schickel2010-09-04 17:30:39 +0000
committerJohannes Schickel2010-09-04 17:30:39 +0000
commit8733cdb900d7a4ab869a69a9351516c466af7f37 (patch)
tree131b8cbe5627f643c2edfa013f5da938af09b257 /engines/hugo
parent871064b3c71a3eac02575ec2190ea381de9c2794 (diff)
downloadscummvm-rg350-8733cdb900d7a4ab869a69a9351516c466af7f37.tar.gz
scummvm-rg350-8733cdb900d7a4ab869a69a9351516c466af7f37.tar.bz2
scummvm-rg350-8733cdb900d7a4ab869a69a9351516c466af7f37.zip
HUGO: Formatting.
svn-id: r52529
Diffstat (limited to 'engines/hugo')
-rw-r--r--engines/hugo/schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/schedule.h b/engines/hugo/schedule.h
index 5190aed71c..285f7bd663 100644
--- a/engines/hugo/schedule.h
+++ b/engines/hugo/schedule.h
@@ -81,7 +81,7 @@ private:
void delQueue(event_t *curEvent);
event_t *doAction(event_t *curEvent);
- virtual const char* getCypher() = 0;
+ virtual const char *getCypher() = 0;
};
class Scheduler_v1 : public Scheduler {