From ad09b3e608f498b4f7a05fa3fce0648c99a533ea Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Mon, 24 Feb 2014 12:31:43 +1300 Subject: param: correctly use param_table.c as a regular C file Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- python/samba/tests/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 31c66a61a7d..b11e4f19722 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -66,7 +66,7 @@ def get_implementation_parameters(sourcedir): # burn through the preceding lines while True: l = f.readline() - if l.startswith("static struct parm_struct parm_table"): + if l.startswith("struct parm_struct parm_table"): break for l in f.readlines(): -- cgit v1.2.1