Typo fix
This commit is contained in:
parent
c437efdb1a
commit
d4318c0f05
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue