Blame SOURCES/file-5.10-sticky-bit.patch

b3cb2e
diff --git a/src/ascmagic.c b/src/ascmagic.c
b3cb2e
index 5a1caac..8d6ca95 100644
b3cb2e
--- a/src/ascmagic.c
b3cb2e
+++ b/src/ascmagic.c
b3cb2e
@@ -211,6 +211,7 @@ file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf,
b3cb2e
 				case 0:
b3cb2e
 					if (file_printf(ms, ", ") == -1)
b3cb2e
 						goto done;
b3cb2e
+					break;
b3cb2e
 				case -1:
b3cb2e
 					goto done;
b3cb2e
 				default: