From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libc/inet/ntop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/ntop.c') diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index c1f3fc83c..f19556dcd 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -254,7 +254,7 @@ inet_pton4(const char *src, u_char *dst) #ifdef __UCLIBC_HAS_IPV6__ /* We cannot use the macro version of tolower() or very bad - * things happen when '*src++' gets evaluated multiple times. + * things happen when '*src++' gets evaluated multiple times. * So undef it here so we get the function version of tolower * instead. */ -- cgit v1.2.3