bustage fix. main() should return int.

This commit is contained in:
mvl%exedo.nl 2004-07-13 14:22:52 +00:00
parent 8eec063371
commit 77bf7afc7b

View File

@ -43,7 +43,8 @@
#define OE_ICAL_CONTRACTID "@mozilla.org/ical;1"
main()
int
main(PRInt32 argc, char *argv[])
{
nsresult rv;