From faf885b533af24b0e6688a03d10088348ec8458f Mon Sep 17 00:00:00 2001 From: Antonio Diaz Diaz Date: Thu, 23 Aug 2018 00:23:28 +0200 Subject: [PATCH] Add missing comma in extensions list Signed-off-by: Antonio Diaz Diaz --- krusader/Panel/krviewitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };