[Libreoffice-commits] core.git: soltools/mkdepend
Stephan Bergmann
sbergman at redhat.com
Wed Apr 24 13:51:55 PDT 2013
soltools/mkdepend/pr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6681432e39228deb982105caa8de2319c2084a08
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Apr 24 22:51:26 2013 +0200
error: too many arguments in call to 'pr_dummy' [-Werror]
Change-Id: Ib03b6d3af9909c971245314bbde2085d8c3c73b2
diff --git a/soltools/mkdepend/pr.c b/soltools/mkdepend/pr.c
index e620078..6ebb01a 100644
--- a/soltools/mkdepend/pr.c
+++ b/soltools/mkdepend/pr.c
@@ -96,7 +96,7 @@ void recursive_pr_dummy(head, file)
return;
head->i_marked = 2; // it's a large boolean...
if (head->i_file != file)
- pr_dummy(head, file);
+ pr_dummy(head);
for (i=0; i<head->i_listlen; i++)
recursive_pr_dummy(head->i_list[ i ], file);
}
More information about the Libreoffice-commits
mailing list