summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/compat.h')
-rw-r--r--common/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/compat.h b/common/compat.h
index 09934db..2d16cc4 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -66,7 +66,7 @@
#endif
#ifndef HAVE_TOLOWER
-int tolower(int c);
+int tolower(int ch);
#endif
#ifndef HAVE_STRDUP
@@ -174,4 +174,4 @@ void vwarnx(const char *fmt, va_list ap);
void* reallocf(void* ptr, size_t size);
#endif
-#endif \ No newline at end of file
+#endif