*: small changes

This commit is contained in:
2026-01-28 07:35:45 +00:00
parent 2dc0de78b5
commit 0beab4e11d
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,6 @@
#include <arl/parser/ast.h>
#include <arl/parser/parser.h>
/// Parser
sv_t read_file(const char *filename)
{
FILE *fp = fopen(filename, "rb");