Skip to content

Commit 8d5410f

Browse files
committed
fixed readme example
1 parent 2147112 commit 8d5410f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ auto InjectA = (f_InjectA)GetProcAddress(hInjectionMod, "InjectA");
6767
auto GetSymbolState = (f_GetSymbolState)GetProcAddress(hInjectionMod, "GetSymbolState");
6868
auto GetImportState = (f_GetSymbolState)GetProcAddress(hInjectionMod, "GetImportState");
6969
auto StartDownload = (f_StartDownload)GetProcAddress(hInjectionMod, "StartDownload");
70-
auto GetDownloadProgressEx = (f_GetDownloadProgress)GetProcAddress(hInjectionMod, "GetDownloadProgressEx");
70+
auto GetDownloadProgressEx = (f_GetDownloadProgressEx)GetProcAddress(hInjectionMod, "GetDownloadProgressEx");
7171

7272
StartDownload();
7373

0 commit comments

Comments
 (0)