Skip to content

Commit

Permalink
fix(build): MinGW complaints in Dm_embellishmentToCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 30, 2024
1 parent 51acfa4 commit 02f6edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ DmCommandType Dm_embellishmentToCommand(DmEmbellishmentType embellishment) {
case DmEmbellishment_END:
return DmCommand_END;
}
return DmCommand_GROOVE;
}

bool DmGuid_equals(DmGuid const* a, DmGuid const* b) {
Expand Down

0 comments on commit 02f6edf

Please sign in to comment.