summaryrefslogtreecommitdiffstats
path: root/libion
diff options
context:
space:
mode:
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);