aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp/psp-fs-factory.h
diff options
context:
space:
mode:
authorChristoph Mallon2011-11-26 13:33:42 +0100
committerWillem Jan Palenstijn2011-11-27 12:54:22 +0100
commita78b2d777d98e494b988843bfd9694c58c6c6018 (patch)
tree2c6945a684eb2a4f6ea1b24f09bd2641a4b1c288 /backends/fs/psp/psp-fs-factory.h
parent37756c9ffeabcf2dfc91b2dce36dc928d580ce3d (diff)
downloadscummvm-rg350-a78b2d777d98e494b988843bfd9694c58c6c6018.tar.gz
scummvm-rg350-a78b2d777d98e494b988843bfd9694c58c6c6018.tar.bz2
scummvm-rg350-a78b2d777d98e494b988843bfd9694c58c6c6018.zip
JANITORIAL: Remove extra semicolons.
Diffstat (limited to 'backends/fs/psp/psp-fs-factory.h')
-rw-r--r--backends/fs/psp/psp-fs-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/psp/psp-fs-factory.h b/backends/fs/psp/psp-fs-factory.h
index aeaa9d6a87..d57c8fb655 100644
--- a/backends/fs/psp/psp-fs-factory.h
+++ b/backends/fs/psp/psp-fs-factory.h
@@ -37,7 +37,7 @@ public:
virtual AbstractFSNode *makeFileNodePath(const Common::String &path) const;
protected:
- PSPFilesystemFactory() {};
+ PSPFilesystemFactory() {}
private:
friend class Common::Singleton<SingletonBaseType>;