Skip to content

Commit

Permalink
Fix passthru bug introduced by recent commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Jan 15, 2018
1 parent bef2240 commit a67886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/passthru/passthru.c
Expand Up @@ -40,7 +40,7 @@ static DWORD passthru(LPVOID arg);
*/
int __cdecl main(int argc, char **argv)
{
int num_threads, priority, i;
int num_threads, priority = 0, i;
HANDLE handle, thread;

if (argc != 3 && argc != 4)
Expand Down

0 comments on commit a67886e

Please sign in to comment.