diff --git a/lib/search/glob.c b/lib/search/glob.c index a99de9805..417354f6e 100644 --- a/lib/search/glob.c +++ b/lib/search/glob.c @@ -101,7 +101,7 @@ mc_search__glob_translate_to_regex (const GString * astr) /* --------------------------------------------------------------------------------------------- */ static GString * -mc_search__translate_replace_glob_to_regex (const char * str) +mc_search__translate_replace_glob_to_regex (const char *str) { GString *buff; int cnt = '0'; diff --git a/lib/widget/input_complete.c b/lib/widget/input_complete.c index 35ef8ad44..3dd3d0231 100644 --- a/lib/widget/input_complete.c +++ b/lib/widget/input_complete.c @@ -1358,7 +1358,7 @@ try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags) if (matches != NULL && (flags & (INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC)) != - (INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC)) + (INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC)) { /* FIXME: HACK? INPUT_COMPLETE_SHELL_ESC is used only in command line. */ char **m;