Use const bool parameter

This commit is contained in:
Tommy Nguyen 2018-01-13 05:02:33 -05:00
parent 64671ab9ba
commit 9c3dca18cf
No known key found for this signature in database
GPG Key ID: BE22B2891C045E30

View File

@ -1448,7 +1448,7 @@ static unsigned CalcDiscSCEx(void)
return ret_region;
}
static void SetDiscWrapper(bool CD_TrayOpen) {
static void SetDiscWrapper(const bool CD_TrayOpen) {
CDIF *cdif = NULL;
const char *disc_id = NULL;
if (CD_SelectedDisc >= 0 && !CD_TrayOpen) {