From 743bda0437d504ac77e26ee8fd75ef582dfd2908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Sun, 9 Jun 2024 22:32:25 +0500 Subject: [PATCH] Remove a comment --- src/process.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/process.c b/src/process.c index 7699273..f48b372 100644 --- a/src/process.c +++ b/src/process.c @@ -35,7 +35,6 @@ void process(tSyntaxElement* tree, tProcessingData* pdata) { while (1) { if (pd->replacethis == NULL) break; - // Да блядь. if (tree->type == TOKEN) if (strcmp(tree->content, pd->replacethis) == 0) { free(tree->content);