dll: FSP_SERVICE

This commit is contained in:
Bill Zissimopoulos 2016-05-07 12:56:32 -07:00
parent 1017e7fda7
commit ac2e9f9882

View File

@ -202,7 +202,7 @@ FSP_API NTSTATUS FspServiceRun(FSP_SERVICE *Service)
if (!Service->AllowInteractive || ERROR_FAILED_SERVICE_CONTROLLER_CONNECT != LastError)
return FspNtStatusFromWin32(LastError);
/* enter INTERACTIVE (DEBUG) mode! */
/* enter INTERACTIVE mode! */
if (0 == Service->InteractiveEvent)
{