summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/mphelp_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/mphelp_check.py b/TOOLS/mphelp_check.py
index 00e6bc6746..ca4bb02ccb 100755
--- a/TOOLS/mphelp_check.py
+++ b/TOOLS/mphelp_check.py
@@ -30,7 +30,7 @@ def parse(filename):
return r
def compare(base, other, show_missing=False):
- r = re.compile('%[^diouxXeEfFgGaAcsPn%]*[diouxXeEfFgGaAcsPn%]')
+ r = re.compile('%[^diouxXeEfFgGaAcspn%]*[diouxXeEfFgGaAcspn%]')
missing = []
for key in base:
if key not in other: