diff options
author | Marcus Müller <marcus@hostalia.de> | 2014-02-22 20:44:31 +0100 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-02-22 14:11:56 -0800 |
commit | e10637219f7ca5e42eff666cb18b9c49fe4a6924 (patch) | |
tree | 2273afe4b1d2f6c51c185bbc184ed67f254a42d9 | |
parent | 73767f0d28f805b10a96d5a9275ba8c659b1c656 (diff) |
fixed faulty include guard
-rw-r--r-- | gr-blocks/lib/regenerate_bb_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/regenerate_bb_impl.h b/gr-blocks/lib/regenerate_bb_impl.h index 22b963c491..5cb7f573e7 100644 --- a/gr-blocks/lib/regenerate_bb_impl.h +++ b/gr-blocks/lib/regenerate_bb_impl.h @@ -20,7 +20,7 @@ * Boston, MA 02110-1301, USA. */ -#ifndef INCLUDED_GR_REGENERATE_BB_H +#ifndef INCLUDED_GR_REGENERATE_BB_IMPL_H #define INCLUDED_GR_REGENERATE_BB_IMPL_H #include <gnuradio/blocks/regenerate_bb.h> |