From 1376259c859813290dd0544c7359052bc0e10a62 Mon Sep 17 00:00:00 2001 From: Michael Aganier Date: Thu, 2 Jan 2025 18:18:50 -0500 Subject: [PATCH] Fix readme example that isn't proper C --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 726ed9a..99887a3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ First of all, install/link against the binary releases [here](https://github.com #include int main(void) { - instruction_t instr[] = (instruction_t[]) { + instruction_t instr[] = { (instruction_t){ .instr = INSTR_MOV, .operands = (operand_t[]){