Skip to content

Commit

Permalink
add fixes proposed by ~finmep-lanteb
Browse files Browse the repository at this point in the history
  • Loading branch information
sidnym-ladrut committed Sep 17, 2023
1 parent fb332c0 commit 0335f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/noun/jets/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,6 @@ static c3_c* _k140_ha[] = {

/* new jets
*/
static u3j_harm _139_two_mate_a[] = {{".2", u3wb_mate, c3y}, {}};
static u3j_harm _139_hex_json_de_a[] = {{".2", u3we_json_de}, {}};
static u3j_harm _139_hex_json_en_a[] = {{".2", u3we_json_en}, {}};
static u3j_core _139_hex_json_d[] =
Expand Down Expand Up @@ -2273,6 +2272,8 @@ static u3j_core _139_two__in_d[] =
{}
};

static u3j_harm _139_two_mate_a[] = {{".2", u3wb_mate, c3y}, {}};

static u3j_core _139_two_d[] =
{ { "tri", 3, 0, _139_tri_d, no_hashes, _140_tri_ho },

Expand Down

0 comments on commit 0335f04

Please sign in to comment.