diff options
author | Marcus Müller <marcus@hostalia.de> | 2014-02-21 16:30:07 +0100 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-02-22 13:40:39 -0800 |
commit | 7b61c1d39f757e5c919c15b9b171c80088358f25 (patch) | |
tree | 3f350943a8ef9369a5b06da1da675fd0e2c6f785 /gr-blocks/lib/message_strobe_random_impl.h | |
parent | cf8997ccc1e9c543aa234e561e7f002a176e13dc (diff) |
message_strobe_random_impl.h: typo in include guard; is taken from not-_random version.
Diffstat (limited to 'gr-blocks/lib/message_strobe_random_impl.h')
-rw-r--r-- | gr-blocks/lib/message_strobe_random_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-blocks/lib/message_strobe_random_impl.h b/gr-blocks/lib/message_strobe_random_impl.h index a91c6604a4..277c1134af 100644 --- a/gr-blocks/lib/message_strobe_random_impl.h +++ b/gr-blocks/lib/message_strobe_random_impl.h @@ -20,8 +20,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef INCLUDED_GR_MESSAGE_STROBE_IMPL_H -#define INCLUDED_GR_MESSAGE_STROBE_IMPL_H +#ifndef INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H +#define INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H #include <gnuradio/blocks/message_strobe_random.h> #include <boost/random/variate_generator.hpp> @@ -70,4 +70,4 @@ namespace gr { } /* namespace blocks */ } /* namespace gr */ -#endif /* INCLUDED_GR_MESSAGE_STROBE_IMPL_H */ +#endif /* INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H */ |