mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -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
|
* 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;
|
int en = errno;
|
||||||
static const char error_gif[] = ERROR_GIF;
|
static const char error_gif[] = ERROR_GIF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user