Correct missing closing brace
This commit is contained in:
parent
f3879811c5
commit
602f7b5299
|
@ -27,5 +27,5 @@ fn cexec {|cond v1 v2|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn less {|cmp|
|
fn less {|cmp|
|
||||||
put {|e1 e2| < ($cmp $e1 $e2 0)
|
put {|e1 e2| < ($cmp $e1 $e2 0)}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue