summaryrefslogtreecommitdiffstats
path: root/libion
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-16 22:11:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-16 22:11:49 +0000
commitec9e5891ac97c50cfb8d3d1c9c2d478637eff62b (patch)
tree747b7f6edb9e2c565d11a1ebcc3f39e059802020 /libion
parent325a99fb630306ff99cc24be720061ecec7dae17 (diff)
parent8940c0a07f8d6682712e2d2ee387e78096602f99 (diff)
downloadsystem_core-ec9e5891ac97c50cfb8d3d1c9c2d478637eff62b.zip
system_core-ec9e5891ac97c50cfb8d3d1c9c2d478637eff62b.tar.gz
system_core-ec9e5891ac97c50cfb8d3d1c9c2d478637eff62b.tar.bz2
am 8940c0a0: am 97373bbc: am 7cd15614: Merge "system/core 64-bit cleanup."
* commit '8940c0a07f8d6682712e2d2ee387e78096602f99': system/core 64-bit cleanup.
Diffstat (limited to 'libion')
-rw-r--r--libion/ion_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libion/ion_test.c b/libion/ion_test.c
index 12163e9..8872282 100644
--- a/libion/ion_test.c
+++ b/libion/ion_test.c
@@ -63,7 +63,7 @@ void ion_alloc_test()
ret = ion_free(fd, handle);
if (ret) {
- printf("%s failed: %s %p\n", __func__, strerror(ret), handle);
+ printf("%s failed: %s %d\n", __func__, strerror(ret), handle);
return;
}
ion_close(fd);