]> granicus.if.org Git - file/commitdiff
PR/424: Grégory Starck: Remove duplicate break
authorChristos Zoulas <christos@zoulas.com>
Mon, 9 Feb 2015 20:15:50 +0000 (20:15 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 9 Feb 2015 20:15:50 +0000 (20:15 +0000)
src/file.c

index 58589bd3b46d496b419150de0d5833f0cacf7150..b8f81e54cbedc0d96f0af2b05d525c28d74e9e82 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: file.c,v 1.160 2014/12/16 23:18:40 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.161 2015/01/02 21:29:39 christos Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -268,7 +268,6 @@ main(int argc, char *argv[])
                case 'r':
                        flags |= MAGIC_RAW;
                        break;
-                       break;
                case 's':
                        flags |= MAGIC_DEVICES;
                        break;