aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/prog
diff options
context:
space:
mode:
Diffstat (limited to 'awklib/eg/prog')
-rw-r--r--awklib/eg/prog/indirectcall.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/awklib/eg/prog/indirectcall.awk b/awklib/eg/prog/indirectcall.awk
index 56843d5d..3ecb2887 100644
--- a/awklib/eg/prog/indirectcall.awk
+++ b/awklib/eg/prog/indirectcall.awk
@@ -11,7 +11,8 @@ function num_ge(left, right)
{
return ((left + 0) >= (right + 0))
}
-# do_sort --- sort the data according to `compare' and return it as a string
+# do_sort --- sort the data according to `compare'
+# and return it as a string
function do_sort(first, last, compare, data, i, retval)
{