From b6007467ebe8aaf72a1507d5da1b65b3ead5c7f3 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 8 Jun 2000 18:37:29 +0000 Subject: [PATCH] style; no functional change --- lib/lwres/gai_strerror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lwres/gai_strerror.c b/lib/lwres/gai_strerror.c index c4e5c6e67f..e00dd5955e 100644 --- a/lib/lwres/gai_strerror.c +++ b/lib/lwres/gai_strerror.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: gai_strerror.c,v 1.7 2000/06/08 18:36:52 gson Exp $ */ +/* $Id: gai_strerror.c,v 1.8 2000/06/08 18:37:29 gson Exp $ */ #include @@ -34,7 +34,7 @@ static const char *gai_messages[] = { "system error returned in errno" }; -char* +char * gai_strerror(int ecode) { union { const char *const_ptr;