Remove stray semicolon

Causes compile error with gcc-2.95
This commit is contained in:
Neil Brown 2008-05-27 17:23:09 +10:00
parent 1c203a4b5a
commit fe2979bd16
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);