what the hell how did this change

This commit is contained in:
Steve Dudenhoeffer 2007-07-25 18:13:38 +00:00
parent d836aeb716
commit ced56c79b6

View File

@ -37,6 +37,7 @@ int main(int argc, char **argv)
} else {
printf("Shared module failed to load: %s\n", dlerror());
}
return 0;
exit(0);
}