Added missing newlines

Fixes compiler warnings.
This commit is contained in:
Philippe Casgrain 2019-08-21 09:14:32 -04:00
parent edebe6891d
commit 938936c285
3 changed files with 3 additions and 3 deletions

2
mz.h
View File

@ -248,4 +248,4 @@ typedef unsigned long long uint64_t;
/***************************************************************************/
#endif
#endif

View File

@ -441,4 +441,4 @@ int32_t mz_crypt_sign_verify(uint8_t *message, int32_t message_size, uint8_t *si
return MZ_SUPPORT_ERROR;
}
#endif
#endif

View File

@ -776,4 +776,4 @@ int32_t mz_crypt_sign_verify(uint8_t *message, int32_t message_size, uint8_t *si
return err;
}
#endif
#endif