summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-10 20:36:39 +0000
committerRoland McGrath <roland@redhat.com>1992-11-10 20:36:39 +0000
commit3d72bcb5834dc68761ba60144c977983f4d4029d (patch)
treed8a49e3cd62f64d8ad228f74135adec2b8fc12db /function.c
parent2fbb3407dded7bbc4bbaa0fd6fdbe39a38cbd845 (diff)
downloadgunmake-3d72bcb5834dc68761ba60144c977983f4d4029d.tar.gz
Formerly function.c.~22~
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 96ecb86..ac9a74d 100644
--- a/function.c
+++ b/function.c
@@ -1141,7 +1141,7 @@ string_glob (line)
register struct nameseq *chain;
register unsigned int idx;
- chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq), 0),
+ chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq)),
sizeof (struct nameseq));
if (result == 0)