diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-08-14 21:17:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-08-14 21:17:59 +0300 |
commit | 993362a337da4576050d4dd2812ffa753553ea88 (patch) | |
tree | 422441640e8a5563b8fe4079f222ca4af63e14b1 /awklib | |
parent | ee77c260899fdce1cec5cf51053ccdb107f76d62 (diff) | |
download | egawk-993362a337da4576050d4dd2812ffa753553ea88.tar.gz egawk-993362a337da4576050d4dd2812ffa753553ea88.tar.bz2 egawk-993362a337da4576050d4dd2812ffa753553ea88.zip |
Fix small mistake in doc for quicksort function.
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/eg/lib/quicksort.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awklib/eg/lib/quicksort.awk b/awklib/eg/lib/quicksort.awk index aa67736d..7a635d6f 100644 --- a/awklib/eg/lib/quicksort.awk +++ b/awklib/eg/lib/quicksort.awk @@ -7,7 +7,6 @@ # or almost any algorithms or computer science text # # Adapted from K&R-II, page 110 -end ignore function quicksort(data, left, right, less_than, i, last) { |