Fix typo in compat.h header

This commit is contained in:
Damien Goutte-Gattat 2012-06-18 09:56:38 +02:00
parent 7d2cf26364
commit 102551f839
1 changed files with 1 additions and 1 deletions

View File

@ -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