am 0895894c: am e1a06a55: Merge "Fix whitespace in debug logging."
* commit '0895894c4b2dbee3c9b572ecc4b96879971f6185': Fix whitespace in debug logging.
This commit is contained in:
commit
53a8ccc574
|
@ -473,7 +473,7 @@ static int32_t MapCentralDirectory0(int fd, const char* debug_file_name,
|
|||
return kEmptyArchive;
|
||||
}
|
||||
|
||||
ALOGV("+++ num_entries=%" PRIu32 "dir_size=%" PRIu32 " dir_offset=%" PRIu32,
|
||||
ALOGV("+++ num_entries=%" PRIu32 " dir_size=%" PRIu32 " dir_offset=%" PRIu32,
|
||||
eocd->num_records, eocd->cd_size, eocd->cd_start_offset);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue