summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig/howto_swig.i
diff options
context:
space:
mode:
authorEric Blossom <eb@comsec.com>2010-12-04 01:18:36 -0800
committerEric Blossom <eb@comsec.com>2010-12-04 01:18:36 -0800
commit910165a9eccf02bf4cb0fb30fb4e620426c1a000 (patch)
tree5e7a17db64ef86bbcc9b914dfcee10c60fbda17b /gr-howto-write-a-block/swig/howto_swig.i
parent95254c28c18277012907354ae9fa5aef295271b8 (diff)
Fix load-extension strings
Diffstat (limited to 'gr-howto-write-a-block/swig/howto_swig.i')
-rw-r--r--gr-howto-write-a-block/swig/howto_swig.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/howto_swig.i b/gr-howto-write-a-block/swig/howto_swig.i
index 868df57394..c62ddf3ebe 100644
--- a/gr-howto-write-a-block/swig/howto_swig.i
+++ b/gr-howto-write-a-block/swig/howto_swig.i
@@ -12,7 +12,7 @@
#if SWIGGUILE
%scheme %{
-(load-extension "libguile-gnuradio-howto" "scm_init_gnuradio_howto_module")
+(load-extension "libguile-gnuradio-howto_swig" "scm_init_gnuradio_howto_swig_module")
%}
%goops %{