[Kernel] Fix stray whitespace in license_mask definition.
This commit is contained in:
parent
003c02c640
commit
6ab7720951
|
@ -19,7 +19,7 @@ DEFINE_int32(license_mask, 0,
|
||||||
"0 - disable all licenses / "
|
"0 - disable all licenses / "
|
||||||
"1 - enable the first license - usually the full version license "
|
"1 - enable the first license - usually the full version license "
|
||||||
"in Xbox Live Arcade games / "
|
"in Xbox Live Arcade games / "
|
||||||
"-1 or 0xFFFFFFFF - enable all possible licenses.",
|
"-1 or 0xFFFFFFFF - enable all possible licenses.",
|
||||||
"Content");
|
"Content");
|
||||||
|
|
||||||
namespace xe {
|
namespace xe {
|
||||||
|
|
Loading…
Reference in New Issue