diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-18 20:03:03 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-18 20:03:03 +0100 |
commit | 749c0cdfeb3b7cc86165deb1cc51c32c0768a149 (patch) | |
tree | febcfa75a71a8d124a201728f367281f26aaca71 /common | |
parent | 64aa734f484f81ac97914b2ddecf68ff76b317c0 (diff) |
compat: Fix trivial comment
Diffstat (limited to 'common')
-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 |