diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/hexl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 9731321d4ae..053efbe0ccd 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -221,7 +221,7 @@ main (argc, argv) | |||
| 221 | else | 221 | else |
| 222 | { | 222 | { |
| 223 | if (!i) | 223 | if (!i) |
| 224 | printf ("%08x: ", address); | 224 | printf ("%08lx: ", address); |
| 225 | 225 | ||
| 226 | if (iso_flag) | 226 | if (iso_flag) |
| 227 | string[i+1] = | 227 | string[i+1] = |