Skip to content
Snippets Groups Projects
Commit 5c54022a authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Add static keyword to these variables for correctness

parent 794235a8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment