From cd38e70937413f3df27f83792a56205461cef14e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Sep 2011 19:19:33 +0000 Subject: [PATCH] Add beginning of a TIFF file creation library git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxsu/nxfe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/nxsu/nxfe.h b/graphics/nxsu/nxfe.h index 59e5c185d9..59f5b7e61c 100644 --- a/graphics/nxsu/nxfe.h +++ b/graphics/nxsu/nxfe.h @@ -181,5 +181,5 @@ EXTERN int nxsu_mousereport(struct nxbe_window_s *wnd); } #endif -#endif /* __GRAPHICS_NSMU_NXFE_H */ +#endif /* __GRAPHICS_NXSU_NXFE_H */