From f73efd517263628f5b37769779e21cbb5a524bea Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sat, 26 Oct 2013 17:51:12 +0200 Subject: [PATCH] gr-fosphor: Fix include guard #define on glfw_sink_c.h Signed-off-by: Sylvain Munaut --- include/gnuradio/fosphor/glfw_sink_c.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gnuradio/fosphor/glfw_sink_c.h b/include/gnuradio/fosphor/glfw_sink_c.h index 91c887f..ca43ca4 100644 --- a/include/gnuradio/fosphor/glfw_sink_c.h +++ b/include/gnuradio/fosphor/glfw_sink_c.h @@ -19,8 +19,8 @@ */ -#ifndef INCLUDED_GR_FOSPHOR_SINK_C_H -#define INCLUDED_GR_FOSPHOR_SINK_C_H +#ifndef INCLUDED_GR_FOSPHOR_GLFW_SINK_C_H +#define INCLUDED_GR_FOSPHOR_GLFW_SINK_C_H #include @@ -89,5 +89,5 @@ namespace gr { } // namespace fosphor } // namespace gr -#endif /* INCLUDED_GR_FOSPHOR_SINK_C_H */ +#endif /* INCLUDED_GR_FOSPHOR_GLFW_SINK_C_H */