mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
Fix prototype mismatch
This commit is contained in:
parent
39b4bd94fe
commit
f09e85be22
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user