Add missing newline at end of file
This fixes warnings from the clang compiler: /openjpeg/src/lib/openjp2/sparse_array.h:141:32: warning: no newline at end of file [-Wnewline-eof] Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
4c8aba2add
commit
f92d30f9e7
|
@ -138,4 +138,4 @@ OPJ_BOOL opj_sparse_array_int32_write(opj_sparse_array_int32_t* sa,
|
|||
|
||||
/*@}*/
|
||||
|
||||
#endif /* OPJ_SPARSE_ARRAY_H */
|
||||
#endif /* OPJ_SPARSE_ARRAY_H */
|
||||
|
|
Loading…
Reference in New Issue