Message ID | 20240129202839.2234084-4-gitster@pobox.com (mailing list archive) |
---|---|
State | Accepted |
Commit | de65079d7b2801316e398b8806a60607ba45c520 |
Headers | show |
Series | Comment style fixes | expand |
diff --git a/reftable/pq_test.c b/reftable/pq_test.c index 011b5c7502..c202eff848 100644 --- a/reftable/pq_test.c +++ b/reftable/pq_test.c @@ -60,7 +60,7 @@ static void test_pq(void) if (last) { EXPECT(strcmp(last, rec->u.ref.refname) < 0); } - // this is names[i], so don't dealloc. + /* this is names[i], so don't dealloc. */ last = rec->u.ref.refname; rec->u.ref.refname = NULL; reftable_record_release(rec);
Signed-off-by: Junio C Hamano <gitster@pobox.com> --- reftable/pq_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)