Commit 81d8d0fa by Frank Ch. Eigler

* typo fix

From-SVN: r94984
parent 478cc36f
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
int main() { int main() {
std::vector<int> v; std::vector<int> v;
v.push_back(1); v.push_back(1);
return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment