ref: 8f69c655582adfc52f33757fc07648af8c3253fc
parent: 953bf4c40d891d49c87f10970f3bb6242ebee2f3
author: Turo Lamminen <turotl@gmail.com>
date: Sat Dec 8 11:24:46 EST 2018
heretic: Make hhe_versions contents const
--- a/src/heretic/deh_htic.c
+++ b/src/heretic/deh_htic.c
@@ -32,7 +32,7 @@
NULL
};
-static char *hhe_versions[] =
+static const char *hhe_versions[] =
{
"1.0", "1.2", "1.3"
};