mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Oops. Fix silly error that gcc-4.3 complained about.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6792
This commit is contained in:
parent
9648774382
commit
57b2c66277
@ -37,7 +37,7 @@ typedef Stack<Foo9,Foo9> Foo10;
|
||||
typedef Stack<Foo10,Foo10> Foo11;
|
||||
typedef Stack<Foo11,Foo11> Foo12;
|
||||
|
||||
int main ( char* argc, char** argv )
|
||||
int main ( int argc, char** argv )
|
||||
{
|
||||
Stack<Foo12,Foo12> * x = new Stack<Foo12,Foo12>(3);
|
||||
if (x == NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user