diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-03-07 13:14:05 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-03-07 13:14:05 -0500 |
commit | 006fcddd6b9dbe2c3e25431771c69768ed38a831 (patch) | |
tree | 846ecd3c95f8f7201e8b1afb8b54f643515ed15c | |
parent | cd3a61eb6381db6845c779e3841167e57377be4a (diff) |
asdfendian
-rw-r--r-- | test/trap-regress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trap-regress.c b/test/trap-regress.c index 0bb33e80..07703000 100644 --- a/test/trap-regress.c +++ b/test/trap-regress.c @@ -231,7 +231,7 @@ int main() { for (i = 0; i < pixman_image_get_stride (dst); ++i) { - printf ("%02x ", *((uint8_t *)pixman_image_get_data (dst) + j * pixman_image_get_stride (dst) + i)); + printf ("%02X ", *((uint8_t *)pixman_image_get_data (dst) + j * pixman_image_get_stride (dst) + i)); } printf ("\n"); |