From a367e18f1faa1b3b60249f82f18bfbd85669603f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 7 Apr 2004 20:13:04 +0000 Subject: Linux port --- common/compat.h | 4 ++-- common/usuals.h | 2 +- common/xstring.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'common') 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 diff --git a/common/usuals.h b/common/usuals.h index 7317f99..e263e74 100644 --- a/common/usuals.h +++ b/common/usuals.h @@ -58,4 +58,4 @@ #endif -#endif //__USUALS_H__20000613 \ No newline at end of file +#endif //__USUALS_H__20000613 diff --git a/common/xstring.h b/common/xstring.h index 3be4116..aff2d1f 100644 --- a/common/xstring.h +++ b/common/xstring.h @@ -67,4 +67,4 @@ const char* starnext(const char* prev); -#endif //__XSTRING_H__ \ No newline at end of file +#endif //__XSTRING_H__ -- cgit v1.2.3