Fix syntax error.

svn path=/trunk/; revision=27747
This commit is contained in:
Guy Harris 2009-03-16 21:17:53 +00:00
parent af0ee98880
commit adfaba2cb4
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ decode_add_srcdst_menu (GtkWidget *page _U_)
#else
optmenu = gtk_combo_new();
g_snprintf(tmp, 100, "source (%u)", cfile.edt->pi.srcport);
glist = g_list_append(glist, tmp));
glist = g_list_append(glist, tmp);
g_snprintf(tmp, 100, "destination (%u)", cfile.edt->pi.destport);
glist = g_list_append(glist, tmp);
glist = g_list_append(glist, "both");