From 949bc6fd1b2f34009ffb9f1fa951bbdd1b5b517c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 22 Apr 2020 13:53:43 -0400 Subject: Render id, description and language as
 attributes

---
 archive.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'archive.h')

diff --git a/archive.h b/archive.h
index 03ee4f2..23f27f1 100644
--- a/archive.h
+++ b/archive.h
@@ -96,7 +96,7 @@ struct BodyPart {
 		const char *type;
 		struct List params;
 	} disposition;
-	struct List language;
+	struct Data language;
 	struct List location;
 };
 
-- 
cgit 1.4.1