diff options
-rw-r--r-- | gr-utils/src/python/modtool/templates.py | 2 |
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 bfdba19c0..706017cc2 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 |