commit 787867cbdb6eafe614889ebdd51e1a23c070eeba from: Omar Polo date: Fri Jul 30 14:37:31 2021 UTC missing } in pp commit - 69903ea4e37c31e1c23f393934529b7914bfc9cc commit + 787867cbdb6eafe614889ebdd51e1a23c070eeba blob - b083682f20e18a4950a4a8d1e1940f098a325a4b blob + d286d6e957287bdacbe013914b3c78731229133d --- kamirepl.c +++ kamirepl.c @@ -499,7 +499,7 @@ pp_qid(const uint8_t *d, uint32_t len) type = *d; - printf("qid{path=%"PRIu64" version=%"PRIu32" type=0x%x\"%s\"", + printf("qid{path=%"PRIu64" version=%"PRIu32" type=0x%x\"%s\"}", path, vers, type, pp_qid_type(type)); }