mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:03:48 +01:00
Remove empty statement
This commit is contained in:
parent
e586178a18
commit
155e538d26
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user