From c21665c3265c06b98224f2fe1f9247a425b283bd Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Thu, 19 Aug 2010 20:04:28 +0200 Subject: [PATCH] Oops --- cliserv.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cliserv.h b/cliserv.h index 9004891..51c8bd1 100644 --- a/cliserv.h +++ b/cliserv.h @@ -76,9 +76,7 @@ void setmysockopt(int sock) { #endif #endif -void err(const char *s) G_GNUC_NORETURN; - -void err(const char *s) { +void err_nonfatal(const char *s) { char s1[150], *s2; strncpy(s1, s, sizeof(s1)); -- 1.7.10.4