From 565f1b13d76bfad50469b0b9e03b2659a6f2453b Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 26 Oct 2016 20:33:10 -0400 Subject: Fix compile errors in GTK build Change-Id: Ib28c63e0ead6950b3b11b7c87adc543f80c070ed Reviewed-on: https://code.wireshark.org/review/18498 Reviewed-by: Michael Mann --- ui/gtk/sctp_graph_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/sctp_graph_dlg.c') diff --git a/ui/gtk/sctp_graph_dlg.c b/ui/gtk/sctp_graph_dlg.c index 9a6399e8e7..3674a1ff1b 100644 --- a/ui/gtk/sctp_graph_dlg.c +++ b/ui/gtk/sctp_graph_dlg.c @@ -1862,7 +1862,7 @@ static int rint (double x) { char *buf; - int i = 0 + int i = 0; int dec,sig; buf = _fcvt(x, 0, &dec, &sig); -- cgit v1.2.1