Add missing variable.

svn path=/trunk/; revision=40624
This commit is contained in:
Guy Harris 2012-01-21 11:28:02 +00:00
parent e4a193fe5e
commit f478979299
1 changed files with 1 additions and 0 deletions

View File

@ -1433,6 +1433,7 @@ build_file_type_list(gboolean save, int *item_to_select) {
int ft;
guint index;
GString* str = g_string_new("");
gchar sep;
GSList *extensions_list, *extension;
TCHAR *str16;
GArray* sa = g_array_new(FALSE /*zero_terminated*/, FALSE /*clear_*/,2 /*element_size*/);