summaryrefslogtreecommitdiff
path: root/gtk/gsm_map_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-04 10:09:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-04 10:09:47 +0000
commitd552e217a4c48f9f1db08a042813a6e93f3cf26b (patch)
tree1be1d590660b1240d3dba52f2337add863bb92ee /gtk/gsm_map_stat.c
parentee72a05d9c24b38183f1a45e907e63f66c77f8a9 (diff)
downloadwireshark-d552e217a4c48f9f1db08a042813a6e93f3cf26b.tar.gz
From Florent Drouin:
Just a little correction. In the last patch for gtk/gsm_map_stat.c applied, the variable "j" was changed to "i" . svn path=/trunk/; revision=17459
Diffstat (limited to 'gtk/gsm_map_stat.c')
-rw-r--r--gtk/gsm_map_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gsm_map_stat.c b/gtk/gsm_map_stat.c
index 31f2a92297..433c13d208 100644
--- a/gtk/gsm_map_stat.c
+++ b/gtk/gsm_map_stat.c
@@ -429,7 +429,7 @@ gsm_map_stat_gtk_cb(
/*
* set the rest of the columns
*/
- for (j = 2; j < GSM_MAP_INIT_TABLE_NUM_COLUMNS; i++)
+ for (j = 2; j < GSM_MAP_INIT_TABLE_NUM_COLUMNS; j++)
{
dlg.entries[j] = g_strdup("0");
}