diff options
Diffstat (limited to 'tools/aidl/aidl.cpp')
| -rw-r--r-- | tools/aidl/aidl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index fc658f5b54fb..f17f66b31f8e 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;      } | 
