Remove remaining ^L.
diff --git a/lib/make_zip_err_str.sh b/lib/make_zip_err_str.sh
index 51ea9b9..8d98f23 100644
--- a/lib/make_zip_err_str.sh
+++ b/lib/make_zip_err_str.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# make_zip_err_str.sh: create zip_err_str.c from zip.h
-# Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner
+# Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
#
# This file is part of libzip, a library to manipulate ZIP archives.
# The authors can be contacted at <libzip@nih.at>
@@ -53,8 +53,6 @@
#include "zipint.h"
-
-
const char * const _zip_err_str[] = {
EOF