Stylistic improvements.

This commit is contained in:
"Michael Hauser-Raspe"
2022-06-27 19:58:04 +01:00
parent 77cd2b32c7
commit 4aad9b7385
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ enum matching_mode {
};
int sort_for_matching_mode(const char *text1, const char *text2, int fallback,
enum matching_mode match_type, const char *filter, bool insensitive);
enum matching_mode match_type, const char *filter, bool insensitive);
bool match_for_matching_mode(const char* filter, const char* text, enum matching_mode matching, bool insensitive);
#endif