general: Silence -Wnewline-eof warnings

These warnings occur when building with the default template on macOS.
This commit is contained in:
Lioncash 2019-05-05 00:26:34 -04:00
parent 04ed8b9ee4
commit 0318763fe8
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
21 changed files with 21 additions and 22 deletions

1
kip.h
View file

@ -69,5 +69,4 @@ static inline uint64_t kip1_get_size_from_header(kip1_header_t *header) {
return 0x100 + header->section_headers[0].compressed_size + header->section_headers[1].compressed_size + header->section_headers[2].compressed_size; return 0x100 + header->section_headers[0].compressed_size + header->section_headers[1].compressed_size + header->section_headers[2].compressed_size;
} }
#endif #endif