summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-06-25 15:21:44 +1000
committer Vas Crabb <vas@vastheman.com>2017-06-25 15:21:44 +1000
commitfb61e98cc5b4dca8282c7388a00106f330851171 (patch)
tree5b0bf0c247b5a78374defab5537b6cea706c8960 /src/lib/util
parent41e1555242eb78c68c653f93ae204ef9a317890b (diff)
more srcclean (nw)
Diffstat (limited to 'src/lib/util')
-rw-r--r--src/lib/util/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.h b/src/lib/util/options.h
index 533f5cf4628..d0cb6e5c29f 100644
--- a/src/lib/util/options.h
+++ b/src/lib/util/options.h
@@ -248,7 +248,7 @@ private:
std::vector<entry::shared_ptr> m_entries; // cannonical list of entries
std::unordered_map<std::string, entry::weak_ptr> m_entrymap; // map for fast lookup
std::string m_command; // command found
- std::vector<std::string> m_command_arguments; // command arguments
+ std::vector<std::string> m_command_arguments; // command arguments
static const char *const s_option_unadorned[]; // array of unadorned option "names"
};