Skip to content

Commit

Permalink
Added missing newlines
Browse files Browse the repository at this point in the history
Fixes compiler warnings.
  • Loading branch information
ls-philippe-casgrain committed Aug 21, 2019
1 parent edebe68 commit 938936c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mz.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ typedef unsigned long long uint64_t;

/***************************************************************************/

#endif
#endif
2 changes: 1 addition & 1 deletion mz_crypt_brg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mz_crypt_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,4 +776,4 @@ int32_t mz_crypt_sign_verify(uint8_t *message, int32_t message_size, uint8_t *si

return err;
}
#endif
#endif

0 comments on commit 938936c

Please sign in to comment.