diff --git a/zathura/completion.c b/zathura/completion.c index 20bf81f..029ccca 100644 --- a/zathura/completion.c +++ b/zathura/completion.c @@ -78,7 +78,7 @@ list_files(zathura_t* zathura, const char* current_path, const char* current_fil char* tmp = "/"; if (is_dir == true || g_strcmp0(current_path, "/") == 0) { tmp = ""; - }; + } char* full_path = g_strdup_printf("%s%s%s", current_path, tmp, e_name); g_free(e_name);