From: Mathieu Malaterre Date: Fri, 16 Dec 2011 10:05:06 +0000 (+0000) Subject: Fix warning about no newline at end of file X-Git-Tag: version.1.5~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ebdd674d86d98ff94295da447ce04e28c987552;p=openjpeg Fix warning about no newline at end of file --- 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_ */