Remove spurious extern, thanks to Tyler McHenry
[infodrom/cgilib] / 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_ */