diff --git a/src/command_line_options.cpp b/src/command_line_options.cpp index c144488..2b83047 100644 --- a/src/command_line_options.cpp +++ b/src/command_line_options.cpp @@ -633,9 +633,9 @@ CommandLineOptions::print_version() const std::cout << "xboxdrv " PACKAGE_VERSION " - http://pingus.seul.org/~grumbel/xboxdrv/\n" << "Copyright © 2008-2010 Ingo Ruhnke <grumbel@gmx.de>\n" - << "Licensed under GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"; + << "Licensed under GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n" << "This program comes with ABSOLUTELY NO WARRANTY.\n" - << "This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details.\n" + << "This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details.\n"; } - + /* EOF */