aboutsummaryrefslogtreecommitdiff
path: root/include/libn/macro/qsort.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-15 18:11:58 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-15 18:11:58 -0700
commitfa25c8f3df6791727b9384c9b405c996ac68b8ab (patch)
treea7a2a627b0deb612472138f389fe533761a01f0e /include/libn/macro/qsort.h
parent05aeef535ac60ccca81fe58bc6a0152ca80bc211 (diff)
feat: added buffered io to libn
Diffstat (limited to 'include/libn/macro/qsort.h')
-rw-r--r--include/libn/macro/qsort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libn/macro/qsort.h b/include/libn/macro/qsort.h
index 2ff964a..6d0acaa 100644
--- a/include/libn/macro/qsort.h
+++ b/include/libn/macro/qsort.h
@@ -88,4 +88,4 @@ ENDOUTER: \
for (j = i; j > 0 && QLESS(j, j-1); j--) { \
QSWAP(j, j-1); \
} \
- } \
+ }