mirror of
https://framagit.org/benjamin.vaudour/elv-lib.git
synced 2024-01-13 09:20:05 +01:00
Correct misplaced parenthesis
This commit is contained in:
parent
6587fe2812
commit
6dc895ccfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue