]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Remove stray semicolon
authorNeil Brown <neilb@suse.de>
Mon, 26 May 2008 23:18:31 +0000 (09:18 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 26 May 2008 23:18:31 +0000 (09:18 +1000)
Causes compile error with gcc-2.95

Assemble.c

index f10491b63f48b2c7849aaebf7c94c13ddea3f32c..ed40e579bb9fcffc1455f8d758b312745110890f 100644 (file)
@@ -481,7 +481,7 @@ int Assemble(struct supertype *st, char *mddev, int mdfd,
                } else
 #endif
                {
                } else
 #endif
                {
-                       struct supertype *tst = dup_super(st);;
+                       struct supertype *tst = dup_super(st);
                        int dfd;
                        dfd = dev_open(devname, O_RDWR|O_EXCL);
 
                        int dfd;
                        dfd = dev_open(devname, O_RDWR|O_EXCL);