Skip to content

Commit

Permalink
Fixed incompatible string in debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mspaintmsi committed Sep 15, 2019
1 parent ad03416 commit ef69fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superUser.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int wmain(int argc, wchar_t *argv[]) {

if(dwServiceState == SERVICE_STOPPED)
if(StartService(hTIService, 0, NULL))
VERB_PRINT("Started the TI service.\n");
VERB_PRINT(L"Started the TI service.\n");

} while (dwServiceState == SERVICE_STOPPED);

Expand Down

0 comments on commit ef69fe9

Please sign in to comment.