Add missing comma in extensions list

Signed-off-by: Antonio Diaz Diaz <antonio@gnu.org>
feat/lzip-support
Antonio Diaz Diaz 6 years ago committed by Slávek Banko
parent 7a89e46040
commit faf885b533
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -11,7 +11,7 @@
TQString atomicExtensions[] = { TQString atomicExtensions[] = {
".tar.gz", ".tar.gz",
".tar.bz2", ".tar.bz2",
".moc.cpp" ".moc.cpp",
".tar.xz", ".tar.xz",
}; };

Loading…
Cancel
Save