From 8dd19dbb1e629ef8cccc9400f4a0b79f2692f361 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Tue, 29 Dec 2020 22:10:25 -0600 Subject: [PATCH] tiniest bug fix --- onyx | Bin 287128 -> 287128 bytes src/onyxsymres.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/onyx b/onyx index 67bca43e39e01d6168eb40a3c802d75917fff9ca..fcbe01d9c10bb8b68535d5d7938d19f77ace54be 100755 GIT binary patch delta 59 zcmbPnSa8N+!3|fKL^f&(ewfdm^G*7_UF2mO@%)8xSBjfoFtxv6VgzEQ?Jt;^U->Z> Pw_grq-hMfdtoken); if (s.included_through_use) { - onyx_report_error((*smem)->token->pos, "Cannot specify value for member '%b', whic was included through a 'use' statement.", s.name); + onyx_report_error((*smem)->token->pos, "Cannot specify value for member '%s', whic was included through a 'use' statement.", s.name); return; } -- 2.25.1