summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-05-28 13:40:48 +1000
committer Vas Crabb <vas@vastheman.com>2017-05-28 13:40:48 +1000
commite89266190500b5a0ec15a4c3e82b056996a80f82 (patch)
tree14782d2a6f41cd862a67b5aa87eb04a204e1bf2f /src/lib/util/options.h
parent4cce790d68d5ee75c3baf790ef9fd7f748d9c2f1 (diff)
srcclean (nw)
Diffstat (limited to 'src/lib/util/options.h')
-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 231837aaf16..71431ce870c 100644
--- a/src/lib/util/options.h
+++ b/src/lib/util/options.h
@@ -202,7 +202,7 @@ private:
simple_list<entry> m_entrylist; // head of list of entries
std::unordered_map<std::string,entry *> 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"
};