diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-06 10:34:20 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-06 10:34:20 +0330 |
commit | b89bec88a56b81d3524ed082db9796ef3169b060 (patch) | |
tree | 1be62c1568328066640f1fdd6737c17607df0df4 /src/main.c | |
parent | f5f8e53b9d4c7ad2bd635a0b2273cd2fa90ff8b4 (diff) |
prepairing to have better functions
fix bug
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |