diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:56:53 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:56:53 -0400 |
commit | 73abcb3a73ef5f24f29a3c3f9fda50bc431e9175 (patch) | |
tree | f91c1fdae59fb15d5d8bb0e10fec984b188683ed /utils/argument_reorder_model.cc | |
parent | 435ebca6bd25819d263cc522f76e284d803c2110 (diff) |
Eliminate compiler warnings
Diffstat (limited to 'utils/argument_reorder_model.cc')
-rw-r--r-- | utils/argument_reorder_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/argument_reorder_model.cc b/utils/argument_reorder_model.cc index 40647f8a..5caf318f 100644 --- a/utils/argument_reorder_model.cc +++ b/utils/argument_reorder_model.cc @@ -263,7 +263,7 @@ inline void print_options(std::ostream& out, if (i) out << ' '; out << "--" << ds[i]->long_name(); } - out << '"\n'; + out << '\n'; } inline string str(char const* name, po::variables_map const& conf) { return conf[name].as<string>(); |