aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/ps2/ps2-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/ps2/ps2-fs.h')
-rw-r--r--backends/fs/ps2/ps2-fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/ps2/ps2-fs.h b/backends/fs/ps2/ps2-fs.h
index 9323715c7f..df78f9f68a 100644
--- a/backends/fs/ps2/ps2-fs.h
+++ b/backends/fs/ps2/ps2-fs.h
@@ -96,7 +96,7 @@ public:
virtual Common::SeekableReadStream *createReadStream();
virtual Common::WriteStream *createWriteStream();
- int getDev() { return 0; };
+ int getDev() { return 0; }
};
#endif