+ main should return something

This commit is contained in:
eknauel 2003-11-08 12:41:02 +00:00
parent 2a15817224
commit 61b09725c7
1 changed files with 2 additions and 0 deletions

2
c/yp.c
View File

@ -174,4 +174,6 @@ void scsh_yp_main(void)
S48_EXPORT_FUNCTION(scsh_yp_master);
S48_EXPORT_FUNCTION(scsh_yp_first);
S48_EXPORT_FUNCTION(scsh_yp_next);
return S48_UNSPECIFIC;
}