Fixed typo

This commit is contained in:
Christophe Riccio
2011-05-05 12:34:24 +01:00
parent 144caa18d5
commit 22a2cd5332
4 changed files with 122 additions and 135 deletions

View File

@@ -129,7 +129,7 @@ namespace bitRevert
int main()
{
bool Error = 0;
int Error = 0;
Error += ::extractField::test();
Error += ::bitRevert::test();
return Error;