Skip to content
Snippets Groups Projects
Commit abf1cd9e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Actually remove the const the comment says I can't have.

parent 99f4ec0b
No related branches found
No related tags found
No related merge requests found
......@@ -832,7 +832,7 @@ xptone_close(void)
// This can't be const because the Win32 API is not const.
static bool
do_xp_play_sample(const unsigned char *sampo, size_t sz, int *freed)
do_xp_play_sample(unsigned char *sampo, size_t sz, int *freed)
{
unsigned char *samp;
int need_copy = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment