Skip to content

Commit

Permalink
Update jwHash.h
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 24, 2017
1 parent b0fa16a commit e231903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwHash.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
// needed for size_t
#include <stddef.h>

#define HASHDEBUG
//#define HASHDEBUG
#ifdef HASHDEBUG
# define HASH_DEBUG(fmt,args...) printf(fmt, ## args)
#else
Expand Down

0 comments on commit e231903

Please sign in to comment.