forked from AuroraMiddleware/gtk
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