From 3ebdd674d86d98ff94295da447ce04e28c987552 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 16 Dec 2011 10:05:06 +0000 Subject: [PATCH] Fix warning about no newline at end of file --- applications/common/format_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/common/format_defs.h b/applications/common/format_defs.h index d4be93b5..5c31b18d 100644 --- a/applications/common/format_defs.h +++ b/applications/common/format_defs.h @@ -45,4 +45,4 @@ #define TGA_DFMT 16 #define PNG_DFMT 17 -#endif /* _OPJ_FORMAT_DEFS_H_ */ \ No newline at end of file +#endif /* _OPJ_FORMAT_DEFS_H_ */