Commit 88f87eba authored by Michael Niedermayer's avatar Michael Niedermayer

qsort: add some forgotten ()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3a0a2f33
......@@ -25,7 +25,7 @@
void *stack[64][2];\
int sp= 1;\
stack[0][0] = p;\
stack[0][1] = p+num-1;\
stack[0][1] = (p)+(num)-1;\
while(sp){\
type *start= stack[--sp][0];\
type *end = stack[ sp][1];\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment