summaryrefslogtreecommitdiff
path: root/python/samba/tests/docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/docs.py')
-rw-r--r--python/samba/tests/docs.py2
1 files changed, 1 insertions, 1 deletions
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():