diff options
author | rbuj <[email protected]> | 2020-04-06 21:15:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 23:47:42 +0200 |
commit | fabb934ec6fc53ac19cc59ce68d224818d511803 (patch) | |
tree | d72a68df42a0e8e7e31f13bc0f5f6449c73185e2 /libcaja-private/caja-search-engine-simple.c | |
parent | e8b147a9629781d44c52d26c0f134ff3a74b5ba8 (diff) | |
download | caja-fabb934ec6fc53ac19cc59ce68d224818d511803.tar.bz2 caja-fabb934ec6fc53ac19cc59ce68d224818d511803.tar.xz |
Remove warnings about function declaration isn’t a prototype
Diffstat (limited to 'libcaja-private/caja-search-engine-simple.c')
-rw-r--r-- | libcaja-private/caja-search-engine-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-search-engine-simple.c b/libcaja-private/caja-search-engine-simple.c index 05fe4701..c6448ded 100644 --- a/libcaja-private/caja-search-engine-simple.c +++ b/libcaja-private/caja-search-engine-simple.c @@ -342,7 +342,7 @@ file_has_all_tags (GFileInfo *info, GList *tags) } static inline gboolean -check_odt2txt () { +check_odt2txt (void) { gboolean rc = TRUE; int exit = 0; gchar *output = NULL; |