diff --git a/libmat2/office.py b/libmat2/office.py
index 74cc76a5bd12201b201e905216279f3721228857..6f69e4a4e3e9e19c97af2e884ae12d0587fedf48 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -147,7 +147,7 @@ class MSOfficeParser(ZipParser):
             # Additional presentation-wide properties like printing properties,
             # presentation show properties etc.
             r'^(?:word|ppt|xl)/presProps\.xml$',
-            r'^(?:word|ppt|xl)/comments[0-9]+\.xml$',
+            r'^(?:word|ppt|xl)/comments[0-9]*\.xml$',
             r'^(?:word|ppt|xl)/threadedComments/threadedComment[0-9]*\.xml$',
             r'^(?:word|ppt|xl)/commentsExtended\.xml$',
             r'^(?:word|ppt|xl)/commentsExtensible\.xml$',