From 5f40188f9ea6b3aed1644db332d055ef5b20d7ba Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 12 Feb 2026 09:20:50 +0100 Subject: [PATCH] cosmetics in emit.c --- emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emit.c b/emit.c index 246219a..4bd67d1 100644 --- a/emit.c +++ b/emit.c @@ -232,7 +232,7 @@ pe_emitfin(FILE *f) { static char *sec[3] = { ".rodata", ".rodata", ".rodata" }; - emitfin(f ,sec); + emitfin(f, sec); } static uint32_t *file;