summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
diff options
context:
space:
mode:
authorAlexandru Csete <oz9aec@gmail.com>2013-07-29 10:16:44 -0400
committerTom Rondeau <tom@trondeau.com>2013-07-29 10:16:44 -0400
commit113aa3c70d4a8b51c676a83de7e66d9280eb146d (patch)
tree4c07ed645c2a8590b0a90d9008fcf82459fa2c20 /gnuradio-runtime
parent7a0e6b7add03671468e925efb7d1aae32e24f2be (diff)
runtime: fixed copy/paste error in volk_types.py
Diffstat (limited to 'gnuradio-runtime')
-rwxr-xr-xgnuradio-runtime/examples/volk_benchmark/volk_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/examples/volk_benchmark/volk_types.py b/gnuradio-runtime/examples/volk_benchmark/volk_types.py
index ba4a4ff491..546e9629c0 100755
--- a/gnuradio-runtime/examples/volk_benchmark/volk_types.py
+++ b/gnuradio-runtime/examples/volk_benchmark/volk_types.py
@@ -46,7 +46,7 @@ def char_to_short(N):
op = blocks.char_to_short()
tb = helper(N, op, gr.sizeof_char, gr.sizeof_short, 1, 1)
-+######################################################################
+######################################################################
def char_to_float(N):
op = blocks.char_to_float()