diff options
Diffstat (limited to 'src/etc/tidy.py')
| -rw-r--r-- | src/etc/tidy.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 942793adc31..fd3f4bf0b13 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -147,7 +147,7 @@ try: report_err("snapshot out of date (" + date + "): " + line) else: - if "SNAP" in line: + if "SNAP " in line: report_warn("unmatched SNAP line: " + line) if cr_flag in line: | 
