diff options
author | 2016-10-22 18:42:47 +0200 | |
---|---|---|
committer | 2016-10-22 18:42:47 +0200 | |
commit | 88b5a5c09fccc9c74b065523dbf2175d263a8db2 (patch) | |
tree | 0891845e0e919d38ad4dbecd3601c739769ead38 /src/osd/modules/file/posixfile.cpp | |
parent | 864360160bb46c1d8f404d59a20ec7c74bc1faaf (diff) |
Cleanup linux OSD (nw)
Diffstat (limited to 'src/osd/modules/file/posixfile.cpp')
-rw-r--r-- | src/osd/modules/file/posixfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/file/posixfile.cpp b/src/osd/modules/file/posixfile.cpp index 15e86a1814b..370c98afe03 100644 --- a/src/osd/modules/file/posixfile.cpp +++ b/src/osd/modules/file/posixfile.cpp @@ -341,7 +341,7 @@ osd_file::error osd_file::remove(std::string const &filename) int osd_get_physical_drive_geometry(const char *filename, uint32_t *cylinders, uint32_t *heads, uint32_t *sectors, uint32_t *bps) { - return FALSE; // no, no way, huh-uh, forget it + return false; // no, no way, huh-uh, forget it } |