italicparser: Parse(): Add static keyword to regex

In line with the other parsers, add the static keyword to the
regex.
This commit is contained in:
2021-04-18 11:40:15 +02:00
parent adb1a910d4
commit a28769be2b
2 changed files with 2 additions and 1 deletions

View File

@ -9,3 +9,4 @@ Patrick José Pereira (patrickelectric@gmail.com)
Martin Kopecky (martin.kopecky357@gmail.com)
Andrew Mettlach (dmmettlach@gmail.com)
Evan Klitzke (evan@eklitzke.org)
Albert Schwarzkopf (dev-maddy@quitesimple.org)