You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
6 years ago
|
diff --git a/src/ascmagic.c b/src/ascmagic.c
|
||
|
index 5a1caac..8d6ca95 100644
|
||
|
--- a/src/ascmagic.c
|
||
|
+++ b/src/ascmagic.c
|
||
|
@@ -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:
|