diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:05:06 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:05:06 +0000 |
| commit | 3ebdd674d86d98ff94295da447ce04e28c987552 (patch) | |
| tree | 795d45387ece71de1d08ee9066824fa80b3541e6 /applications | |
| parent | a13abdaf65d854440a53a875a6519c0b5f686c4e (diff) | |
Fix warning about no newline at end of file
Diffstat (limited to 'applications')
| -rw-r--r-- | applications/common/format_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |
