'function' : different 'const' qualifiers

svn path=/trunk/; revision=29878
This commit is contained in:
Anders Broman 2009-09-13 16:03:46 +00:00
parent 525442b66a
commit 9c5451174f
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ error_select_filter_cb(GtkWidget *widget _U_, gpointer callback_data, guint call
/* to be translated to the group number (or the actual group number */ /* to be translated to the group number (or the actual group number */
/* will also need to be stored in the TreeModel). */ /* will also need to be stored in the TreeModel). */
selection = find_summary_data(err, &expert_data); selection = find_summary_data(err, &expert_data);
g_free(expert_data.protocol); /* g_free(expert_data.protocol); - const */
g_free(expert_data.summary); g_free(expert_data.summary);
if(selection>=(int)err->num_procs){ if(selection>=(int)err->num_procs){