Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nos-Manus committed Aug 10, 2017
1 parent ddeeb50 commit e83eef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccurl/libccurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ long long int pwork(char tx[], int mwm, char nonce[])
}
}
for (i = 0; i < procs; i++) {
#ifdef __MSC_VER
#ifdef _MSC_VER
int ret = WaitForSingleObject( thread[i], INFINITE );
CloseHandle(thread[i]);
if (ret == WAIT_FAILED) {
Expand Down

0 comments on commit e83eef6

Please sign in to comment.