white space.

This commit is contained in:
Kelvin Sherlock 2017-01-07 22:17:30 -05:00
parent c5f2ed5562
commit 6d4b9cbd3f

View File

@ -72,7 +72,7 @@ void usage() {
struct Header {
uint32_t magic; /* magic number for detection */
uint16_t version; /* version number of object format */
uint8_t filetype; /* file type, object or library */
uint8_t filetype; /* file type, object or library */
};
#pragma pack(pop)