diff options
Diffstat (limited to 'common/compat.c')
-rw-r--r-- | common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/compat.c b/common/compat.c index 0eb35f8..4a6edb1 100644 --- a/common/compat.c +++ b/common/compat.c @@ -444,7 +444,7 @@ strndup (const char *data, return ret; } -#endif /* HAVE_STRDUP */ +#endif /* HAVE_STRNDUP */ #ifndef HAVE_STRCONCAT |