From 77bf7afc7b7b487c50c5ea6361f967285dc8738b Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Tue, 13 Jul 2004 14:22:52 +0000 Subject: [PATCH] bustage fix. main() should return int. --- calendar/libxpical/tests/TestIcal.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/libxpical/tests/TestIcal.cpp b/calendar/libxpical/tests/TestIcal.cpp index 993953b73def..f19295d458a8 100644 --- a/calendar/libxpical/tests/TestIcal.cpp +++ b/calendar/libxpical/tests/TestIcal.cpp @@ -43,7 +43,8 @@ #define OE_ICAL_CONTRACTID "@mozilla.org/ical;1" -main() +int +main(PRInt32 argc, char *argv[]) { nsresult rv;