[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/04: message_strobe_random_impl.h: typo i
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/04: message_strobe_random_impl.h: typo in include guard; is taken from not-_random version. |
Date: |
Sat, 22 Feb 2014 22:27:30 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 7b61c1d39f757e5c919c15b9b171c80088358f25
Author: Marcus Müller <address@hidden>
Date: Fri Feb 21 16:30:07 2014 +0100
message_strobe_random_impl.h: typo in include guard; is taken from
not-_random version.
---
gr-blocks/lib/message_strobe_random_impl.h | 6 +++---
1 file 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 a91c660..277c113 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 */