summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Diaz Diaz <antonio@gnu.org>2018-08-23 00:23:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-08-23 00:32:30 +0200
commitfaf885b533af24b0e6688a03d10088348ec8458f (patch)
treebd10b8cb2a459a0d71d9e17b53de27d5c26ae315
parent7a89e4604023dc9048246396c48e536982b7ea86 (diff)
downloadkrusader-faf885b533af24b0e6688a03d10088348ec8458f.tar.gz
krusader-faf885b533af24b0e6688a03d10088348ec8458f.zip
Add missing comma in extensions list
Signed-off-by: Antonio Diaz Diaz <antonio@gnu.org>
-rw-r--r--krusader/Panel/krviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Panel/krviewitem.cpp b/krusader/Panel/krviewitem.cpp
index 916ed91..cdb9ed9 100644
--- a/krusader/Panel/krviewitem.cpp
+++ b/krusader/Panel/krviewitem.cpp
@@ -11,7 +11,7 @@
TQString atomicExtensions[] = {
".tar.gz",
".tar.bz2",
- ".moc.cpp"
+ ".moc.cpp",
".tar.xz",
};