Skip to content

Commit

Permalink
Fix readme example that isn't proper C
Browse files Browse the repository at this point in the history
  • Loading branch information
aganm committed Jan 2, 2025
1 parent fe76a42 commit 1376259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First of all, install/link against the binary releases [here](https://github.com
#include <stdlib.h>

int main(void) {
instruction_t instr[] = (instruction_t[]) {
instruction_t instr[] = {
(instruction_t){
.instr = INSTR_MOV,
.operands = (operand_t[]){
Expand Down

0 comments on commit 1376259

Please sign in to comment.