summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-09 23:16:28 +0000
committerRoland McGrath <roland@redhat.com>1993-06-09 23:16:28 +0000
commit6fc0ab541e73fc7c1b62cb302122d4ccdbf608df (patch)
tree0e8a622f7f8915fca73322519ee264cab116cfbf /default.c
parent5b4a918d26707479ae7825a35f22f6c3b633255b (diff)
downloadgunmake-6fc0ab541e73fc7c1b62cb302122d4ccdbf608df.tar.gz
Formerly default.c.~25~
Diffstat (limited to 'default.c')
-rw-r--r--default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.c b/default.c
index 38597b3..bd51b42 100644
--- a/default.c
+++ b/default.c
@@ -305,8 +305,8 @@ set_default_suffixes ()
{
char *p = default_suffixes;
suffix_file->deps = (struct dep *)
- multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep)),
- sizeof (struct dep), 1);
+ multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep), 1),
+ sizeof (struct dep));
(void) define_variable ("SUFFIXES", 8, default_suffixes, o_default, 0);
}
}