aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@gcc.gnu.org>2005-02-13 12:58:28 +0000
committerFrank Ch. Eigler <fche@gcc.gnu.org>2005-02-13 12:58:28 +0000
commit81d8d0fa9092f5200498424b9a5de417de3623b6 (patch)
tree3d7fa3e2171472bda355f7119c26cc319ae05acf
parent478cc36ff6e7a4f3524a833ac99d191c0b7bfdd1 (diff)
downloadgcc-81d8d0fa9092f5200498424b9a5de417de3623b6.zip
gcc-81d8d0fa9092f5200498424b9a5de417de3623b6.tar.gz
gcc-81d8d0fa9092f5200498424b9a5de417de3623b6.tar.bz2
* typo fix
From-SVN: r94984
-rw-r--r--libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx b/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
index 5fdddcf..e83c124 100644
--- a/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
+++ b/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
@@ -3,4 +3,5 @@
int main() {
std::vector<int> v;
v.push_back(1);
+ return 0;
}