Commit Diff


commit - cceed45f11078ff79c8c90ec830a2c3e4fe2a838
commit + e63a0ab3ac22a615abe6e3c366f198331c08509c
blob - 5a008b78519bd2894de7e80c1393363cc96973c5
blob + a6fb01a74a768fac0f881a840cd446ebaeb18664
--- mime.c
+++ mime.c
@@ -31,8 +31,8 @@ static struct parser_table {
 } ptable[] = {
 	{ "text/gemini",	gemtext_initparser },
 	{ "text/x-patch",	textpatch_initparser },
-	{ "text/x-diff",	textpatch_initparser }
-	{ "application/x-patch",textpatch_initparser }
+	{ "text/x-diff",	textpatch_initparser },
+	{ "application/x-patch",textpatch_initparser },
 	{ "text/*",		textplain_initparser },
 	{ NULL, NULL}
 };