From b89bec88a56b81d3524ed082db9796ef3169b060 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 6 Feb 2025 10:34:20 +0330 Subject: prepairing to have better functions fix bug --- 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 c1439ca..cd63515 100644 --- a/src/main.c +++ b/src/main.c @@ -44,7 +44,7 @@ static int runWithPrint(const char *filePath, const char *outFilePath) { codeGeneratorDelete(codes); free(code); - printf("%s", fasm); + puts(fasm); if (codeGeneratorFlatASMExec(outFilePath, fasm)) { free(fasm); -- cgit v1.2.3