aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/compare_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/compare_stat.c')
-rw-r--r--ui/gtk/compare_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index 904a14f97e..707ed42ccf 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -401,7 +401,7 @@ call_foreach_merge_settings(gpointer value, gpointer arg)
if((fInfo->num==tot_packet_amount)&&(cs->stop_packet_nr_first!=G_MAXINT32)){
/* calculate missing stop number */
swap=cs->stop_packet_nr_first;
- cs->stop_packet_nr_first=tot_packet_amount-cs->second_file_amount;;
+ cs->stop_packet_nr_first=tot_packet_amount-cs->second_file_amount;
cs->stop_packet_nr_second=swap;
}