diff options
author | Elliott Hughes <enh@google.com> | 2014-01-16 14:42:35 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-01-16 14:42:35 -0800 |
commit | b70375abc2c4da6f868da4eef3d3f059acdf9774 (patch) | |
tree | 52e04bc7cf0e003783006d488c7c6d276d500f45 /libion | |
parent | 24239a99ffde4a264be3121bff8b1ee70b78f63c (diff) | |
parent | ec9e5891ac97c50cfb8d3d1c9c2d478637eff62b (diff) | |
download | system_core-b70375abc2c4da6f868da4eef3d3f059acdf9774.zip system_core-b70375abc2c4da6f868da4eef3d3f059acdf9774.tar.gz system_core-b70375abc2c4da6f868da4eef3d3f059acdf9774.tar.bz2 |
resolved conflicts for merge of ec9e5891 to master
Change-Id: I704e3159d529e436e060cb66c1739ef8e7b612d4
Diffstat (limited to 'libion')
-rw-r--r-- | libion/ion_test.c | 2 |
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); |