1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

Fix prototype mismatch

This commit is contained in:
fosslinux 2020-06-09 09:38:57 +10:00
parent 39b4bd94fe
commit f09e85be22
No known key found for this signature in database
GPG Key ID: 7D7996D0C25B63A3

View File

@ -110,7 +110,7 @@ void footer(state *st)
/*
* Print error message & exit
*/
void die(state *st, char *message, char *description)
void die(state *st, const char *message, const char *description)
{
int en = errno;
static const char error_gif[] = ERROR_GIF;