beremiz

bug fix

2008-05-23, greg
ad2d8431104e
Parents 94855f7b08a9
Children ccc5e683583d
bug fix
--- 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