From: Neil Brown Date: Tue, 27 May 2008 07:23:09 +0000 (+1000) Subject: Remove stray semicolon X-Git-Tag: mdadm-2.6.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2979bd165863cb9cac4f8ee39ce1cdea70191d;p=thirdparty%2Fmdadm.git Remove stray semicolon Causes compile error with gcc-2.95 --- diff --git a/Assemble.c b/Assemble.c index 4cea7609..5ed2dc1c 100644 --- a/Assemble.c +++ b/Assemble.c @@ -481,7 +481,7 @@ int Assemble(struct supertype *st, char *mddev, int mdfd, } else #endif { - struct supertype *tst = dup_super(st);; + struct supertype *tst = dup_super(st); int dfd; dfd = dev_open(devname, O_RDWR|O_EXCL);