Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 3144d9b

Browse files
author
Too-Naive
committed
Fix some compile error.
1 parent b661ece commit 3144d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Copyright (C) 2016 @Too-Naive License:General Public License\n\
353353
if (!CopyFile(ReservedFile,buf1,FALSE)){
354354
_stprintf(szline,
355355
_T("CopyFile() Failed!(%ld)\nPlease copy the \"%s\" file to\
356-
\"%%systemroot%%\\drivers\\etc\\hosts\" Manually.")
356+
\"%%systemroot%%\\drivers\\etc\\hosts\" Manually."),
357357
GetLastError(),ReservedFile);
358358
MessageBox(NULL,_T("Fatal Error"),szline,MB_SETFOREGROUND|MB_ICONSTOP);
359359
abort();

0 commit comments

Comments
 (0)