Add static keyword to these variables for correctness

This commit is contained in:
Monster Iestyn 2019-07-14 16:23:01 +01:00
parent 794235a848
commit 5c54022a89
1 changed files with 3 additions and 3 deletions

View File

@ -108,11 +108,11 @@ static UINT16 current_track;
#endif
#ifdef HAVE_OPENMPT
int mod_err = OPENMPT_ERROR_OK;
static int mod_err = OPENMPT_ERROR_OK;
static const char *mod_err_str;
static UINT16 current_subsong;
size_t probesize;
int result;
static size_t probesize;
static int result;
#endif
static void var_cleanup(void)