aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/compare_stat.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-04-13 20:22:31 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-04-13 20:22:31 +0000
commit8a1dc57c031880fa47475539ce961df5e658aee1 (patch)
treed7fda2fde39fe510c04d5003b8b6780008472a2a /ui/gtk/compare_stat.c
parent8fd3fcfd7879b6297f5cf622e4651cb34e658f54 (diff)
Remove doubled semicolons and semicolons outside function.
svn path=/trunk/; revision=42053
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;
}