Skip to content

Commit

Permalink
Update ex5_11.cpp
Browse files Browse the repository at this point in the history
delete additional semicolon.
  • Loading branch information
Ocxs committed Feb 26, 2015
1 parent b506409 commit 602c366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch05/ex5_11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main()
<< "Number of vowel u(U): \t" << uCnt << '\n'
<< "Number of space: \t" << spaceCnt << '\n'
<< "Number of tab char: \t" << tabCnt << '\n'
<< "Number of new line: \t" << newLineCnt << endl;;
<< "Number of new line: \t" << newLineCnt << endl;

return 0;
}

0 comments on commit 602c366

Please sign in to comment.