From 474dd981250898e32275c918cbd4b183a18bffd8 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 21 Mar 2020 09:24:10 +0100 Subject: [PATCH] typo --- compiler/ccgtypes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ccgtypes.nim b/compiler/ccgtypes.nim index dbdd0a6c77a6e..f939eb3265827 100644 --- a/compiler/ccgtypes.nim +++ b/compiler/ccgtypes.nim @@ -532,7 +532,7 @@ proc genRecordFieldsAux(m: BModule, n: PNode, unionBody.add("struct {") else: if hasAttribute in CC[m.config.cCompiler].props: - unionBody.add("struct __attribute__((__packed__)){" ) + unionBody.add("struct __attribute__((__packed__)){") else: unionBody.addf("#pragma pack(push, 1)$nstruct{", []) unionBody.add(a)