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
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "mikmod_internals.h"
|
||||
|
||||
void MikMod_RegisterAllLoaders_internal(void)
|
||||
static void MikMod_RegisterAllLoaders_internal(void)
|
||||
{
|
||||
_mm_registerloader(&load_669);
|
||||
_mm_registerloader(&load_amf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue