summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Assemble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assemble.c b/Assemble.c
index 4cea760..5ed2dc1 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);