aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index 9fc73acdcb..7123a8e4a1 100644
--- a/common/util.h
+++ b/common/util.h
@@ -45,7 +45,7 @@ void ClearBlendCache(byte *palette, int weight);
/*
* Print hexdump of the data passed in
*/
-void hexdump(const byte * data, int len, int bytes_per_line = 8);
+void hexdump(const byte * data, int len, int bytes_per_line = 16);
class RandomSource {
private: