diff options
author | 2016-03-30 08:35:21 +0200 | |
---|---|---|
committer | 2016-03-30 08:35:21 +0200 | |
commit | 913ab1e14041b81f3c9276ea3a7adfff32c0408c (patch) | |
tree | f4d630b889546e006e98de2ea05aa20d56c11303 /src/osd/modules/file/posixfile.cpp | |
parent | 21fe699db20e3354d92396d4a29f5fd648584437 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/osd/modules/file/posixfile.cpp')
-rw-r--r-- | src/osd/modules/file/posixfile.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/osd/modules/file/posixfile.cpp b/src/osd/modules/file/posixfile.cpp index 513a3cbfd70..8c3d2860060 100644 --- a/src/osd/modules/file/posixfile.cpp +++ b/src/osd/modules/file/posixfile.cpp @@ -51,7 +51,6 @@ namespace { - //============================================================ // CONSTANTS //============================================================ @@ -443,8 +442,8 @@ const char *osd_get_volume_name(int idx) if (idx == 0) return "/"; else - return nullptr; - } + return nullptr; + } //============================================================ |