forked from len0rd/rockbox
mikmod plugin: make functions static when possible
Change-Id: Ic0102071318c55c19952029be6998ecf5f33eb98
This commit is contained in:
parent
cf1e54b21e
commit
c26ab37aca
23 changed files with 107 additions and 107 deletions
|
@ -191,7 +191,7 @@ MikMod_handler_t _mm_errorhandler = NULL;
|
|||
MIKMODAPI int _mm_errno = 0;
|
||||
MIKMODAPI int _mm_critical = 0;
|
||||
|
||||
MikMod_handler_t _mm_registererrorhandler(MikMod_handler_t proc)
|
||||
static MikMod_handler_t _mm_registererrorhandler(MikMod_handler_t proc)
|
||||
{
|
||||
MikMod_handler_t oldproc=_mm_errorhandler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue