From 0abfc49851d60894e0fb9de6b5527a57766bd075 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Mon, 12 Jun 2023 23:13:07 -0400 Subject: fixed --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 040ef73..0af449b 100644 --- a/src/main.c +++ b/src/main.c @@ -13,7 +13,7 @@ int main(int argc, char* argv[]) { long fsource_size; char *source; - fsource = fopen ("examples/hello.halk", "rb"); + fsource = fopen("examples/hello.halk", "rb"); if (!fsource) { log_err("Source file not found"); exit(1); -- cgit v1.2.3