From cffd866faa3b8b2ff868c323c519f4d5aa7d2eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Fri, 10 Jun 2005 11:13:02 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7268 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/chicken/chicken.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/chicken/chicken.swg b/Lib/chicken/chicken.swg index b7cdc088f..79c429e33 100644 --- a/Lib/chicken/chicken.swg +++ b/Lib/chicken/chicken.swg @@ -686,7 +686,7 @@ SWIGEXPORT void SWIG_init(C_word, C_word, C_word) C_noret; #ifdef __cplusplus extern "C" { #endif -SWIGEXPORTvoid SWIG_init(C_word argc, C_word closure, C_word continuation) { +SWIGEXPORT void SWIG_init(C_word argc, C_word closure, C_word continuation) { int i; C_word sym; C_word tmp;