From c057093761e6659a3f27aab7904458f9f9ecf912 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Mon, 18 Dec 2006 14:28:31 +0000 Subject: [PATCH] Minor syntax fix --- mbuni/mmsbox/mmsbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuni/mmsbox/mmsbox.c b/mbuni/mmsbox/mmsbox.c index 5f407ea..f594772 100644 --- a/mbuni/mmsbox/mmsbox.c +++ b/mbuni/mmsbox/mmsbox.c @@ -674,7 +674,7 @@ static struct { {"audio/midi", "mid"}, {"audio/sp-midi", "mid"}, {"application/smil", "smil"}, - {"application/vnd.wap.mms-message", "mms"} + {"application/vnd.wap.mms-message", "mms"}, {NULL, NULL} };