mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Fixed minor issues
This commit is contained in:
parent
941af0b677
commit
67bc87ab23
@ -5,7 +5,7 @@
|
||||
|
||||
/* internal functions
|
||||
*/
|
||||
u3_noun _b_dif_join(u3_noun d
|
||||
u3_noun _b_dif_join(u3_noun d,
|
||||
u3_noun e)
|
||||
{
|
||||
if ( u3_nul == d ) {
|
||||
|
@ -698,7 +698,7 @@ int FOO;
|
||||
case c3__pmcl: u3x_cell(u3t(gen), &p_gen, &q_gen);
|
||||
_mint_used();
|
||||
{
|
||||
u3_noun ruf = u3nt(c3__clhp, i
|
||||
u3_noun ruf = u3nt(c3__clhp,
|
||||
u3nc(u3_nul, 1),
|
||||
u3k(p_gen));
|
||||
u3_noun ret = _mint_grow(van, sut, gol, c3__zinc, ruf, q_gen);
|
||||
|
Loading…
Reference in New Issue
Block a user