From: Christos Zoulas Date: Mon, 9 Feb 2015 20:15:50 +0000 (+0000) Subject: PR/424: Grégory Starck: Remove duplicate break X-Git-Tag: FILE5_23~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23c0f636ea0636fab05db66ad1bbfba04c8df40b;p=file PR/424: Grégory Starck: Remove duplicate break --- diff --git a/src/file.c b/src/file.c index 58589bd3..b8f81e54 100644 --- a/src/file.c +++ b/src/file.c @@ -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;