[Kernel] Fix stray whitespace in license_mask definition.

This commit is contained in:
gibbed 2019-08-14 14:14:55 -05:00 committed by Rick Gibbed
parent 003c02c640
commit 6ab7720951
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ DEFINE_int32(license_mask, 0,
"0 - disable all licenses / "
"1 - enable the first license - usually the full version license "
"in Xbox Live Arcade games / "
"-1 or 0xFFFFFFFF - enable all possible licenses.",
"-1 or 0xFFFFFFFF - enable all possible licenses.",
"Content");
namespace xe {