From c524f660a79c33213f873b8246e0f65eb058331f Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 16 Mar 2026 18:58:34 +0300 Subject: Change comments to use /* asdf */ syntax --- priority_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priority_queue.c') diff --git a/priority_queue.c b/priority_queue.c index ac5f254..60e99c4 100644 --- a/priority_queue.c +++ b/priority_queue.c @@ -1,5 +1,5 @@ #include "priority_queue.h" -//TODO: implement +/*TODO: implement */ typedef int the_compiler_isnt_happy_about_an_empty_file; -- cgit v1.2.3