From 23c0f636ea0636fab05db66ad1bbfba04c8df40b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 9 Feb 2015 20:15:50 +0000 Subject: [PATCH] =?utf8?q?PR/424:=20Gr=C3=83=C2=A9gory=20Starck:=20Remove?= =?utf8?q?=20duplicate=20break?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.50.1