diff options
author | 2016-10-22 16:37:12 +0200 | |
---|---|---|
committer | 2016-10-22 16:37:12 +0200 | |
commit | a6bdefec8c76e9878b634119c56438a7673b0385 (patch) | |
tree | 9b435836a12773fe5b84cf1fd04866ecd9ecc2da /src/lib/util/zippath.h | |
parent | 5f3d4fb33da4304e417a0e142e82e3d292646465 (diff) |
more TRUE/FALSE cleanup (nw)
Diffstat (limited to 'src/lib/util/zippath.h')
-rw-r--r-- | src/lib/util/zippath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/zippath.h b/src/lib/util/zippath.h index 89656e6cf10..3bef7fc9d39 100644 --- a/src/lib/util/zippath.h +++ b/src/lib/util/zippath.h @@ -63,8 +63,8 @@ void zippath_closedir(zippath_directory *directory); // reads a directory entry const osd::directory::entry *zippath_readdir(zippath_directory *directory); -// returns TRUE if this path is a ZIP path or FALSE if not -int zippath_is_zip(zippath_directory *directory); +// returns true if this path is a ZIP path or false if not +bool zippath_is_zip(zippath_directory *directory); } // namespace util |