]> granicus.if.org Git - file/commitdiff
add missing break.
authorChristos Zoulas <christos@zoulas.com>
Sat, 8 Jun 2013 14:13:12 +0000 (14:13 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 8 Jun 2013 14:13:12 +0000 (14:13 +0000)
src/ascmagic.c

index 325678da0011f1afc24e5927b70338e32a06f81d..9f1456a71c2b2818867a3f48ed311f4cc1956dec 100644 (file)
@@ -35,7 +35,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: ascmagic.c,v 1.84 2011/12/08 12:38:24 rrt Exp $")
+FILE_RCSID("@(#)$File: ascmagic.c,v 1.85 2012/08/09 16:33:15 christos Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -211,6 +211,7 @@ file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf,
                                case 0:
                                        if (file_printf(ms, ", ") == -1)
                                                goto done;
+                                       break;
                                case -1:
                                        goto done;
                                default: