Remove stray semicolon

Causes compile error with gcc-2.95
This commit is contained in:
Neil Brown 2008-05-27 09:18:31 +10:00
parent a2349791da
commit 30e1b9a585
1 changed files with 1 additions and 1 deletions

View File

@ -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);