fix yellow introduced in previous commit

Change-Id: I794f6423853cf5d2c368de55f4be2ce54e3076c9
This commit is contained in:
Solomon Peachy 2023-05-25 12:47:04 -04:00
parent 220fb04250
commit 11e858b209

View file

@ -584,6 +584,7 @@ int os_volume_path(IF_MV(int volume, ) char *buffer, size_t bufsize)
char volname[VOL_MAX_LEN + 1];
get_volume_name(volume, volname);
#else
IF_MV((void)volume;)
const char *volname = "/";
#endif