Remove spurious extern, thanks to Tyler McHenry
authorJoey Schulze <joey@infodrom.org>
Tue, 30 Jun 2009 20:57:20 +0000 (20:57 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 30 Jun 2009 20:57:20 +0000 (20:57 +0000)
cgi.h

diff --git a/cgi.h b/cgi.h
index 03414fb..a3ff562 100644 (file)
--- 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_ */