mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +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 prefix_expands_the_file_part;
|
||||
GError *error;
|
||||
CommonPrefixResult result;
|
||||
CommonPrefixResult result = NO_MATCH;
|
||||
gboolean have_result;
|
||||
|
||||
clear_completions (chooser_entry);
|
||||
|
Loading…
Reference in New Issue
Block a user