aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/gpgme-h-clean.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlang/python/gpgme-h-clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/gpgme-h-clean.py b/lang/python/gpgme-h-clean.py
index 0ec7ab58..52f86764 100755
--- a/lang/python/gpgme-h-clean.py
+++ b/lang/python/gpgme-h-clean.py
@@ -27,7 +27,7 @@ if len(sys.argv) != 2:
sys.exit(1)
deprec_func = re.compile(r'^(.*typedef.*|.*\(.*\)|[^#]+\s+.+)'
- + r'\s*_GPGME_DEPRECATED(_OUTSIDE_GPGME)?;\s*',
+ + r'\s*_GPGME_DEPRECATED(_OUTSIDE_GPGME)?\(.*\);\s*',
re.S)
line_break = re.compile(';|\\$|\\x0c|^\s*#|{');