aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r--extension/filefuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 74a086a9..fb19f2b3 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -230,7 +230,7 @@ static void
array_set_numeric(awk_array_t array, const char *sub, double num)
{
awk_value_t tmp;
- return array_set(array, sub, make_number(num, & tmp));
+ array_set(array, sub, make_number(num, & tmp));
}
/* do_stat --- provide a stat() function for gawk */