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/formats/imageutl.h | |
parent | 5f3d4fb33da4304e417a0e142e82e3d292646465 (diff) |
more TRUE/FALSE cleanup (nw)
Diffstat (limited to 'src/lib/formats/imageutl.h')
-rw-r--r-- | src/lib/formats/imageutl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/imageutl.h b/src/lib/formats/imageutl.h index 5e478cfb1e7..67359d312b2 100644 --- a/src/lib/formats/imageutl.h +++ b/src/lib/formats/imageutl.h @@ -172,7 +172,7 @@ int compute_log2(int val); * Extension list handling * ----------------------------------------------------------------------- */ -int image_find_extension(const char *extensions, const char *ext); +bool image_find_extension(const char *extensions, const char *ext); void image_specify_extension(char *buffer, size_t buffer_len, const char *extension); #endif /* __IMAGEUTL_H__ */ |