Add missing "const" all over the place.

Only "./configure --enable-gpl" on x86 was tested.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger
2014-08-29 00:32:32 +02:00
parent be4aac302b
commit d9e2aceb7f
32 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ static const struct PPFilter filters[]=
{NULL, NULL,0,0,0,0} //End Marker
};
static const char *replaceTable[]=
static const char * const replaceTable[]=
{
"default", "hb:a,vb:a,dr:a",
"de", "hb:a,vb:a,dr:a",