summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@kit.edu>2013-02-26 13:44:03 +0100
committerMartin Braun <martin.braun@kit.edu>2013-02-26 13:44:03 +0100
commitd7766c2c8d12bbfaf29b83cfea5ff95475b45d86 (patch)
tree3284e1fac68a6cbac6c75c18d19e93ba78f5b3c0
parent61b90a54cd5b5d452585669498ad2bf692b6e543 (diff)
modtool: another fix in the SWIG generating code
-rw-r--r--gr-utils/src/python/modtool/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/src/python/modtool/templates.py b/gr-utils/src/python/modtool/templates.py
index bfdba19c0f..706017cc21 100644
--- a/gr-utils/src/python/modtool/templates.py
+++ b/gr-utils/src/python/modtool/templates.py
@@ -501,7 +501,7 @@ GR_SWIG_BLOCK_MAGIC($modname, $blockname);
#else
%include "${modname}/${blockname}.h"
GR_SWIG_BLOCK_MAGIC2($modname, $blockname);
-#end
+#end if
"""
## Old stuff