From f857c70f822c8e1147d74a2994acb765742e72e0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 27 Sep 2015 18:38:32 -0700 Subject: Get rid of some extraneous ; at the end of C source lines Signed-off-by: Alan Coopersmith Reviewed-by: Thomas Klausner Backported-to-NX-by: Ulrich Sibiller --- nx-X11/lib/X11/imExten.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-X11/lib/X11/imExten.c') diff --git a/nx-X11/lib/X11/imExten.c b/nx-X11/lib/X11/imExten.c index 7ed4c6be9..532b18d3b 100644 --- a/nx-X11/lib/X11/imExten.c +++ b/nx-X11/lib/X11/imExten.c @@ -367,7 +367,7 @@ _XimParseExtensionList( if (!(n = _XimCountNumberOfExtension(data[0], (CARD8 *)&data[1]))) return True; - buf = (CARD8 *)&data[1];; + buf = (CARD8 *)&data[1]; for (i = 0; i < n; i++) { len = *((INT16 *)(&buf[2])); for (j = 0; j < num; j++) { -- cgit v1.2.3