mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
bustage fix. main() should return int.
This commit is contained in:
parent
8eec063371
commit
77bf7afc7b
@ -43,7 +43,8 @@
|
||||
|
||||
#define OE_ICAL_CONTRACTID "@mozilla.org/ical;1"
|
||||
|
||||
main()
|
||||
int
|
||||
main(PRInt32 argc, char *argv[])
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user