summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-10 12:56:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-05-10 12:56:46 -0700
commita7b01969f6257b095aa3056ef0cdfc2b97954969 (patch)
tree80df206c1949f3b0485bc29a2ad8e8cfd13fd79f /tools
parent76017b809f1b57fea229c94c8345c58f7d3b39e4 (diff)
parentcee6300cf14b56be54a455950e82ce81e7370390 (diff)
downloadframeworks_base-a7b01969f6257b095aa3056ef0cdfc2b97954969.zip
frameworks_base-a7b01969f6257b095aa3056ef0cdfc2b97954969.tar.gz
frameworks_base-a7b01969f6257b095aa3056ef0cdfc2b97954969.tar.bz2
am cee6300c: am 38a410f1: am 686d9ff5: merge from open-source master
Diffstat (limited to 'tools')
-rw-r--r--tools/aidl/aidl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp
index fc658f5..f17f66b 100644
--- a/tools/aidl/aidl.cpp
+++ b/tools/aidl/aidl.cpp
@@ -55,7 +55,7 @@ test_document(document_item_type* d)
printf("parcelable %s %s;\n", b->package, b->name.data);
}
else {
- printf("UNKNOWN d=0x%08x d->item_type=%ld\n", (long)d, d->item_type);
+ printf("UNKNOWN d=0x%08lx d->item_type=%d\n", (long)d, d->item_type);
}
d = d->next;
}