aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authors-over-42023-06-10 18:30:31 -0400
committers-over-42023-06-10 18:30:31 -0400
commitc0a2fd32d69afa8c9c5b31fa763c81fffe7f99f6 (patch)
treed6e72420439c3fded635092d903702a752043ecc /src/main.c
parente55519fae1a4053eb7f76dbaa686353c64a8cd9f (diff)
ah
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 755a4e8..040ef73 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);