Skip to content

Commit

Permalink
Fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfranz committed Aug 5, 2014
1 parent 75b869f commit da3f0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ int main()
{
DWORD pid;
HWND hwnd;
int tries = 0;
//Search for the RS window
hwnd = FindWindow(NULL, L"Rocksmith 2014");

Expand Down Expand Up @@ -55,7 +56,6 @@ int main()
}
}

system("pause");
return 0;

}
Expand Down

0 comments on commit da3f0e0

Please sign in to comment.