diff options
author | Clayton Smith <argilo@gmail.com> | 2013-12-01 10:03:48 -0500 |
---|---|---|
committer | Clayton Smith <argilo@gmail.com> | 2013-12-01 10:03:48 -0500 |
commit | 1f286ca086446eb8fa55c6cb90ebb55de35325cc (patch) | |
tree | 18d557d9ac41ebe3ba0e6cd7b16996536899a688 /gr-blocks/grc | |
parent | 5b0467e80d9980bb8b004aec5cb52027e1123e42 (diff) |
Fix a typo that prevents the Max block from working in GNU Radio Companion
when its IO Type is set to Short.
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_max_xx.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_max_xx.xml b/gr-blocks/grc/blocks_max_xx.xml index afbcae93dc..587b471f1a 100644 --- a/gr-blocks/grc/blocks_max_xx.xml +++ b/gr-blocks/grc/blocks_max_xx.xml @@ -27,7 +27,7 @@ <option> <name>Short</name> <key>short</key> - <opt>fcn:dd</opt> + <opt>fcn:ss</opt> </option> </param> <param> |