Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-christian-schulze committed Dec 1, 2024
1 parent ccd7fd1 commit 75383d7
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 @@ -463,7 +463,7 @@ struct SomeStruct {
uint32_t int32[3] = { 7, 8, 9 };
uint64_t int64[3] = { 0x20, 0x21, 0x22 };
float f[3] = { 7.534, 1.4, 3.2 };
double d[3] = { 9.75142476, 0.0, 7.7777 }
double d[3] = { 9.75142476, 0.0, 7.7777 };
}
```

Expand Down

0 comments on commit 75383d7

Please sign in to comment.