mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Fix compilation warning: initialize variable to NO_MATCH
This commit is contained in:
parent
20f123531a
commit
1919f55647
@ -676,7 +676,7 @@ append_common_prefix (GtkFileChooserEntry *chooser_entry,
|
|||||||
gboolean is_complete_not_unique;
|
gboolean is_complete_not_unique;
|
||||||
gboolean prefix_expands_the_file_part;
|
gboolean prefix_expands_the_file_part;
|
||||||
GError *error;
|
GError *error;
|
||||||
CommonPrefixResult result;
|
CommonPrefixResult result = NO_MATCH;
|
||||||
gboolean have_result;
|
gboolean have_result;
|
||||||
|
|
||||||
clear_completions (chooser_entry);
|
clear_completions (chooser_entry);
|
||||||
|
Loading…
Reference in New Issue
Block a user