From: Neil Brown Date: Mon, 26 May 2008 23:18:31 +0000 (+1000) Subject: Remove stray semicolon X-Git-Tag: devel~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e1b9a585ea667a3d79edd4e4ca2bf5692c2ab9;p=thirdparty%2Fmdadm.git Remove stray semicolon Causes compile error with gcc-2.95 --- diff --git a/Assemble.c b/Assemble.c index f10491b6..ed40e579 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);