[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/04: fixed faulty include guard
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/04: fixed faulty include guard |
Date: |
Sat, 22 Feb 2014 22:27:31 +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 e10637219f7ca5e42eff666cb18b9c49fe4a6924
Author: Marcus Müller <address@hidden>
Date: Sat Feb 22 20:44:31 2014 +0100
fixed faulty include guard
---
gr-blocks/lib/regenerate_bb_impl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-blocks/lib/regenerate_bb_impl.h
b/gr-blocks/lib/regenerate_bb_impl.h
index 22b963c..5cb7f57 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>