From 8eff72ee5324650e11a00df1057b53b70b90219a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Tue, 11 Jun 2024 19:58:49 +0500 Subject: [PATCH] Fix compilation error --- src/process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process.h b/src/process.h index e254c11..d9c9b23 100644 --- a/src/process.h +++ b/src/process.h @@ -45,4 +45,4 @@ typedef struct ProcessingData { -void process(tSyntaxElement*, tProcessingData*); +bool process(tSyntaxElement*, tProcessingData*);