aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authors-over-42023-06-12 23:13:07 -0400
committers-over-42023-06-12 23:13:07 -0400
commit0abfc49851d60894e0fb9de6b5527a57766bd075 (patch)
tree425561b96c5bcfde12c6189724243c77d0674ae6 /src/main.c
parent363742d74864f0883fd8ee081f6ab2ba3ea71ac0 (diff)
fixed
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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);