Skip to content

Commit

Permalink
Update shared.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thelowsunoverthemoon authored Jan 27, 2024
1 parent 1b7e5f6 commit 904fc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shared/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

// Adds enharmonic Result entries to list for return functions
#define ADD_MATCHING_RESULT(err, type, match) \
do \
{ \
struct mah_note ret = from_semitone(d); \
RETURN_IF_OVERFLOW_ERR(err); \
Expand Down Expand Up @@ -67,4 +68,4 @@ struct mah_note get_enharmonic(struct mah_note note);
void fill_semi_table(bool* semi, struct mah_note* notes, int size);
bool has_shifted_matches(struct mah_note const notes[], int num, bool* semi, int shift);

#endif
#endif

0 comments on commit 904fc62

Please sign in to comment.