13 lines
341 B
Diff
13 lines
341 B
Diff
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:
|