diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-26 10:06:09 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-26 10:06:09 -0500 |
commit | b6d44e1927feb571191b4dc8226b1b3e7b59dbba (patch) | |
tree | bd23f7bf3107fd79041a03957248c295e34dddf0 /gr-utils/python/modtool/templates.py | |
parent | d858f1402b4fb4e302d0b488eec0e4628b62296d (diff) | |
parent | 88e054a98075fc494147cc9562a278d808713a7f (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r-- | gr-utils/python/modtool/templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py index bfdba19c0f..706017cc21 100644 --- a/gr-utils/python/modtool/templates.py +++ b/gr-utils/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 |