Fix whitespace in debug logging.
Change-Id: I949317deaf782fea18b5c38b22dfd41811608276
This commit is contained in:
parent
ecb6d5648d
commit
e49236b3da
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue