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