aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_sdmc.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2014-11-18 08:27:16 -0500
committerGravatar Lioncash <mathew1800@gmail.com>2014-11-18 08:27:16 -0500
commit1a8f466217f5dddc7343faa68c5c3f0370b79ef3 (patch)
treec6a292e938eba90c8b92f32d42f90c5905f63d7f /src/core/file_sys/archive_sdmc.h
parent745b0219c5dae25d65f18ef13fd5dfd9ca23b671 (diff)
Remove extraneous semicolons
Diffstat (limited to 'src/core/file_sys/archive_sdmc.h')
-rw-r--r--src/core/file_sys/archive_sdmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_sdmc.h b/src/core/file_sys/archive_sdmc.h
index 1f621b3f..17b9209b 100644
--- a/src/core/file_sys/archive_sdmc.h
+++ b/src/core/file_sys/archive_sdmc.h
@@ -30,7 +30,7 @@ public:
* Get the IdCode of the archive (e.g. RomFS, SaveData, etc.)
* @return IdCode of the archive
*/
- IdCode GetIdCode() const override { return IdCode::SDMC; };
+ IdCode GetIdCode() const override { return IdCode::SDMC; }
/**
* Open a file specified by its path, using the specified mode