mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
Fix existing typo'd line in reminders file.
This commit is contained in:
@@ -312,6 +312,10 @@ proc is_warning_header { line } {
|
||||
if {"$line" == "$h"} {
|
||||
return 1
|
||||
}
|
||||
# Ignore prior typo line too
|
||||
if {"$line" == "# Lines staring with REM TAG TKTAGnnn ... were created by tkremind"} {
|
||||
return 1
|
||||
}
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user