Commit 5cf5fa65 authored by antirez's avatar antirez
Browse files

another minor fix for Solaris boxes

parent edd9f775
......@@ -10,6 +10,6 @@
void
pqsort(void *a, size_t n, size_t es,
int (*cmp) __P((const void *, const void *)), size_t lrange, size_t rrange);
int (*cmp) (const void *, const void *), size_t lrange, size_t rrange);
#endif
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