Fix for stray character.

This commit is contained in:
David Garske 2018-03-30 18:02:15 -07:00
parent 8a31f13cb6
commit b01535b483

View File

@ -58,7 +58,7 @@ enum {
/* If any hash is not enabled, add the ID here. */
#ifdef NO_MD5
WC_MD5 = WC_HASH_TYPE_MD5+,
WC_MD5 = WC_HASH_TYPE_MD5,
#endif
#ifdef NO_SHA
WC_SHA = WC_HASH_TYPE_SHA,