aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/pq_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/pq_test.c')
-rw-r--r--reftable/pq_test.c2
1 files changed, 1 insertions, 1 deletions
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);