author | greg |
Fri, 23 May 2008 10:52:55 +0200 | |
changeset 146 | ad2d8431104e |
parent 145 | 94855f7b08a9 |
child 147 | ccc5e683583d |
--- a/plugins/c_ext/c_ext.py Fri May 23 10:31:26 2008 +0200 +++ b/plugins/c_ext/c_ext.py Fri May 23 10:52:55 2008 +0200 @@ -281,7 +281,7 @@ text += "#endif\n\n" text += "/* User variables reference */\n" for var in vars: - text += "#define %s %s;\n"%(var["Name"], var["location"]) + text += "#define %s %s\n"%(var["Name"], var["location"]) text += "\n" # Adding user global variables and routines