]> 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 000c9de56bbb7ab00bfd030439f203161b059f97..ed9bbf3e3de4dde61c743d158cb169d65a56936d 100644 (file)
@@ -35,7 +35,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: ascmagic.c,v 1.85 2012/08/09 16:33:15 christos Exp $")
+FILE_RCSID("@(#)$File: ascmagic.c,v 1.86 2013/06/08 14:13:12 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: