summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 9b5fc66..5d15ff6 100644
--- a/function.c
+++ b/function.c
@@ -1778,7 +1778,7 @@ handle_function (op, stringp)
p = beg;
nargs = 0;
- for (p=beg, nargs=0; p < end; ++argvp)
+ for (p=beg, nargs=0; p <= end; ++argvp)
{
char *next;