mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
general: Silence -Wnewline-eof warnings
These warnings occur when building with the default template on macOS.
This commit is contained in:
parent
04ed8b9ee4
commit
0318763fe8
21 changed files with 21 additions and 22 deletions
1
kip.h
1
kip.h
|
@ -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
|
Loading…
Reference in a new issue