regen
diff --git a/lib/zip_err_str.c b/lib/zip_err_str.c
index 7cf9b42..8fb6003 100644
--- a/lib/zip_err_str.c
+++ b/lib/zip_err_str.c
@@ -36,7 +36,6 @@
     "Read-only archive", 
     "No password provided",
     "Wrong password provided",
-    "Encoding of name and comment do not match",
 };
 
 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
@@ -74,5 +73,4 @@
     N, 
     N,
     N,
-    N,
 };