summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-10 12:37:10 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-05-10 12:37:10 -0700
commit686d9ff53c32ded9b2b02eb9f2040f2030846e51 (patch)
tree6c663944ef8d385701c97ef8ebe71394092c845c /tools
parentc8d1556fb8e78dc6cecc8dc52f2bf0e093c968f4 (diff)
parent0a26aaad8b98c3b80be9562503100e925d078749 (diff)
downloadframeworks_base-686d9ff53c32ded9b2b02eb9f2040f2030846e51.zip
frameworks_base-686d9ff53c32ded9b2b02eb9f2040f2030846e51.tar.gz
frameworks_base-686d9ff53c32ded9b2b02eb9f2040f2030846e51.tar.bz2
merge from open-source master
Change-Id: Ic2b28b589d079cf3c9927ce9ad22bc5f9134e445
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;
}