mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
Remove empty statement
This commit is contained in:
parent
e586178a18
commit
155e538d26
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ list_files(zathura_t* zathura, const char* current_path, const char* current_fil
|
||||||
char* tmp = "/";
|
char* tmp = "/";
|
||||||
if (is_dir == true || g_strcmp0(current_path, "/") == 0) {
|
if (is_dir == true || g_strcmp0(current_path, "/") == 0) {
|
||||||
tmp = "";
|
tmp = "";
|
||||||
};
|
}
|
||||||
|
|
||||||
char* full_path = g_strdup_printf("%s%s%s", current_path, tmp, e_name);
|
char* full_path = g_strdup_printf("%s%s%s", current_path, tmp, e_name);
|
||||||
g_free(e_name);
|
g_free(e_name);
|
||||||
|
|
Loading…
Reference in a new issue