From 8b9fd69572e9803af3d19633ec0e7c4af42d5941 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 26 Jul 2022 18:27:26 -0400 Subject: all: use C style comments Signed-off-by: Paul Moore --- src/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/db.c b/src/db.c index 2dc9733..3d9585a 100644 --- a/src/db.c +++ b/src/db.c @@ -654,7 +654,7 @@ prune_next_node: x_iter = x_iter_next; } while (x_iter); - // if we are falling through, we clearly didn't match on anything + /* if we are falling through, we clearly didn't match on anything */ state_new.flags &= ~_DB_IST_MATCH; prune_return: -- cgit v1.2.1