commit 7bf7dfd7ae62e9acc4afea4dcd294b60ebcddc39 parent 46a5b991e6b85045e4f8f43e6b3fb99c55d3b96b Author: fundamental <[email protected]> Date: Wed, 21 Nov 2012 20:31:37 -0500 UI: Fixes broken header guard - Fixes a spelling error in header guard Diffstat:
M | src/UI/NioUI.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/UI/NioUI.h b/src/UI/NioUI.h @@ -1,5 +1,5 @@ #ifndef NIOUI_H -#define NIOUT_H +#define NIOUI_H #include <FL/Fl.H> #include <FL/Fl_Window.H>