[gnome-commander] Fix missing semicolon from last commit
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Fix missing semicolon from last commit
- Date: Thu, 21 Sep 2017 19:18:24 +0000 (UTC)
commit 1f5f0431797f04fee1be3f1136dd2fddaef13ed1
Author: Uwe Scholz <uwescholz src gnome org>
Date: Thu Sep 21 21:17:53 2017 +0200
Fix missing semicolon from last commit
src/gnome-cmd-data.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 231f561..cce46fb 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -4682,7 +4682,8 @@ XML::xstream &operator << (XML::xstream &xml, GnomeCmdData::Selection &cfg)
xml << XML::escape(cfg.filename_pattern);
else
xml << "";
- xml << XML::endtag()
+
+ xml << XML::endtag();
xml << XML::tag("Subdirectories") << XML::attr("max-depth") << cfg.max_depth << XML::endtag();
xml << XML::tag("Text") << XML::attr("content-search") << cfg.content_search <<
XML::attr("match-case") << cfg.match_case << XML::chardata() << XML::escape(cfg.text_pattern) <<
XML::endtag();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]