From 2fdc8dba3690419f2b0dd12b3d6d1c391cc54ba2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 3 Oct 2024 20:27:51 +0200 Subject: Don’t require arg to be passed by reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen/prop/cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen/prop') diff --git a/gen/prop/cm.c b/gen/prop/cm.c index 3cb4a00..7fb1d7e 100755 --- a/gen/prop/cm.c +++ b/gen/prop/cm.c @@ -59,7 +59,7 @@ main(void) m += rtoucs(buf, sizeof(buf), ch); assert(n >= m); - array_push(&maps, ((struct mapping){ + array_push(maps, ((struct mapping){ .k = (uint64_t)rv.p[0] << 32 | rv.p[1], .v = ch, })); -- cgit v1.2.3