missing return in main.cpp

remove unwanted libxml files (testfiles containing 'main')
This commit is contained in:
ejcoumans
2008-02-05 06:14:51 +00:00
parent 39ecc2ab7e
commit 37837f204a
5 changed files with 1 additions and 9716 deletions

View File

@@ -32,5 +32,6 @@ int main(int argc,char** argv)
glutmain(argc, argv,640,480,"Bullet Physics Demo. http://bullet.sf.net",ccdDemo);
delete ccdDemo;
return 0;
}