sce_main.c : Added "return 0;" to the end of main.

: ----------------------------------------------------------------------
This commit is contained in:
Jillian Ye 1998-04-07 16:34:29 +00:00
parent 5087a6057a
commit f8c732a164
1 changed files with 2 additions and 0 deletions

View File

@ -134,4 +134,6 @@ int main() {
wait_until_idle();
start_DMA_ch1_source_chain(&gpu_refresh);
wait_a_while();
return 0;
}