+ main should return something
This commit is contained in:
parent
2a15817224
commit
61b09725c7
2
c/yp.c
2
c/yp.c
|
@ -174,4 +174,6 @@ void scsh_yp_main(void)
|
||||||
S48_EXPORT_FUNCTION(scsh_yp_master);
|
S48_EXPORT_FUNCTION(scsh_yp_master);
|
||||||
S48_EXPORT_FUNCTION(scsh_yp_first);
|
S48_EXPORT_FUNCTION(scsh_yp_first);
|
||||||
S48_EXPORT_FUNCTION(scsh_yp_next);
|
S48_EXPORT_FUNCTION(scsh_yp_next);
|
||||||
|
|
||||||
|
return S48_UNSPECIFIC;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue