From abf1cd9ee46327a9d17cba0b7c1ce6eb7e83db0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sun, 11 Feb 2024 01:22:49 -0500
Subject: [PATCH] Actually remove the const the comment says I can't have.

---
 src/xpdev/xpbeep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/xpbeep.c b/src/xpdev/xpbeep.c
index b3aaa40f02..85c292ea4e 100644
--- a/src/xpdev/xpbeep.c
+++ b/src/xpdev/xpbeep.c
@@ -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;
-- 
GitLab