BUG: fix complex test for old compilers

This commit is contained in:
Bill Hoffman
2001-08-24 15:54:06 -04:00
parent d6aee2bc36
commit 6a3138293b
6 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ void Passed(const char* Message, const char* m2="")
passed++;
}
main()
int main()
{
if(sharedFunction() != 1)
{