Skip to content

Commit

Permalink
Add fuzzing base
Browse files Browse the repository at this point in the history
  • Loading branch information
demi6od committed Feb 28, 2015
1 parent 688da2e commit 306c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FuzzingBase/CFuzz/CFuzz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ int _tmain(int argc, _TCHAR* argv[]) {

pFuzz->Run(appPathW.c_str(), (LPTSTR)cmdW.c_str());

return 0;
return 0;
}

0 comments on commit 306c3b3

Please sign in to comment.