Skip to content

Commit

Permalink
Fix advisory types in dor/mor jets. (#534)
Browse files Browse the repository at this point in the history
Resolves #533
  • Loading branch information
joemfb authored Oct 6, 2023
2 parents 1299564 + c42e149 commit ea3eeee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/noun/jets/c/dor.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@


u3_noun
u3qc_dor(u3_atom a,
u3_atom b)
u3qc_dor(u3_noun a,
u3_noun b)
{
if ( c3y == u3r_sing(a, b) ) {
return c3y;
Expand Down
4 changes: 2 additions & 2 deletions pkg/noun/jets/c/mor.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@


u3_noun
u3qc_mor(u3_atom a,
u3_atom b)
u3qc_mor(u3_noun a,
u3_noun b)
{
c3_w c_w = u3r_mug(u3r_mug(a));
c3_w d_w = u3r_mug(u3r_mug(b));
Expand Down

0 comments on commit ea3eeee

Please sign in to comment.