aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
authorMax Horn2003-05-04 13:46:06 +0000
committerMax Horn2003-05-04 13:46:06 +0000
commit4ba32812aac31a357bcc231bc4e1ee58149321ad (patch)
tree3fd3b574641e80fbb55688107e74a984123e466b /common/util.h
parent8700fa5ff641aec42af3eab397514fb05bc51530 (diff)
downloadscummvm-rg350-4ba32812aac31a357bcc231bc4e1ee58149321ad.tar.gz
scummvm-rg350-4ba32812aac31a357bcc231bc4e1ee58149321ad.tar.bz2
scummvm-rg350-4ba32812aac31a357bcc231bc4e1ee58149321ad.zip
hexdump defaults to 16 bytes/line now, and prints an offest
svn-id: r7317
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: