Fix typo in compat.h header
This commit is contained in:
parent
7d2cf26364
commit
102551f839
|
@ -88,7 +88,7 @@ strchrnul(const char *, int);
|
|||
* own implementation if they are missing.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_SETPROGNAME
|
||||
#ifndef HAVE_SETPROGNAME
|
||||
void
|
||||
setprogname(const char *);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue