From Craig Silverstein: Fix error message, add this->.

This commit is contained in:
Ian Lance Taylor
2007-12-08 03:05:27 +00:00
parent 2fcb970637
commit bc2c67ffde
3 changed files with 4 additions and 4 deletions

View File

@@ -386,7 +386,7 @@ options::Command_line_options::options[] =
"(default is none)"),
N_("--compress-debug-sections=[none" ZLIB_STR "]"),
TWO_DASHES,
&General_options::set_compress_debug_symbols),
&General_options::set_compress_debug_sections),
GENERAL_NOARG('\0', "demangle", N_("Demangle C++ symbols in log messages"),
NULL, TWO_DASHES, &General_options::set_demangle),
GENERAL_NOARG('\0', "no-demangle",