gr-fosphor: Fix include guard #define on glfw_sink_c.h

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2013-10-26 17:51:12 +02:00
parent bdb346607a
commit f73efd5172
1 changed files with 3 additions and 3 deletions

View File

@ -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 <gnuradio/fosphor/api.h>
@ -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 */