Merge pull request #4908 from leoetlino/apostrophe

Remove C++14 optional digit separator
This commit is contained in:
Mat M 2017-02-14 11:06:08 -05:00 committed by GitHub
commit 30ee4dfcdf
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ IPCCommandResult ES::LaunchBC(const IOCtlVRequest& request)
if (GetVersion() == 0x101)
return GetDefaultReply(ES_PARAMETER_SIZE_OR_ALIGNMENT);
ResetAfterLaunch(0x00000001'00000100);
ResetAfterLaunch(0x0000000100000100);
EnqueueCommandAcknowledgement(request.address, 0);
return GetNoReply();
}