diff options
| author | Max Horn | 2010-03-22 20:28:08 +0000 |
|---|---|---|
| committer | Max Horn | 2010-03-22 20:28:08 +0000 |
| commit | 92c896d88317b64a2cc99fc3617f3405481e90a2 (patch) | |
| tree | 78133d8095719a5b5564ea14a6f8230ab738106f /engines/cruise | |
| parent | dd7891cdadc5c2e4f9d1c10d229c4c0d7235f8b1 (diff) | |
| download | scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.tar.gz scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.tar.bz2 scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.zip | |
Patch #2973290: Semicolon cleanup
svn-id: r48359
Diffstat (limited to 'engines/cruise')
| -rw-r--r-- | engines/cruise/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index ea49a5fa5e..e1f12b734e 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -253,7 +253,7 @@ public: } virtual bool hasFeature(MetaEngineFeature f) const; - virtual int getMaximumSaveSlot() const { return 99; }; + virtual int getMaximumSaveSlot() const { return 99; } virtual SaveStateList listSaves(const char *target) const; virtual void removeSaveState(const char *target, int slot) const; virtual SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const; |
