Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 686d9ff5 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: Ic2b28b589d079cf3c9927ce9ad22bc5f9134e445
parents c8d1556f 0a26aaad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }