From: Jillian Ye Date: Tue, 7 Apr 1998 16:34:29 +0000 (+0000) Subject: sce_main.c : Added "return 0;" to the end of main. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f8c732a164d569218ff47ca4b5b8cb74f94680ea;p=deliverable%2Fbinutils-gdb.git sce_main.c : Added "return 0;" to the end of main. : ---------------------------------------------------------------------- --- diff --git a/sim/testsuite/sky/sce_main.c b/sim/testsuite/sky/sce_main.c index 2fb0ebca1e..d6a74754c8 100644 --- a/sim/testsuite/sky/sce_main.c +++ b/sim/testsuite/sky/sce_main.c @@ -134,4 +134,6 @@ int main() { wait_until_idle(); start_DMA_ch1_source_chain(&gpu_refresh); wait_a_while(); + + return 0; }