From: Joey Schulze Date: Tue, 30 Jun 2009 20:57:20 +0000 (+0000) Subject: Remove spurious extern, thanks to Tyler McHenry X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fcgilib;a=commitdiff_plain;h=4a665fd0a319e88f713f8eb9bb0155e3fbe72a8b;ds=sidebyside Remove spurious extern, thanks to Tyler McHenry --- diff --git a/cgi.h b/cgi.h index 03414fb..a3ff562 100644 --- a/cgi.h +++ b/cgi.h @@ -143,7 +143,7 @@ void cgiFree (s_cgi *parms); char *cgiEscape (char *string); #ifdef __cplusplus -extern } +} #endif #endif /* _CGI_H_ */