Neil Brown: Remove stray semicolon
    Martin F. Krafft 
    madduck at alioth.debian.org
       
    Wed Jun 25 15:42:33 UTC 2008
    
    
  
Module: mdadm
Branch: build
Commit: fe2979bd165863cb9cac4f8ee39ce1cdea70191d
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=fe2979bd165863cb9cac4f8ee39ce1cdea70191d
Author: Neil Brown <neilb at suse.de>
Date:   Tue May 27 17:23:09 2008 +1000
Remove stray semicolon
Causes compile error with gcc-2.95
---
 Assemble.c |    2 +-
 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);
 
    
    
More information about the pkg-mdadm-commits
mailing list