fix yellow introduced in previous commit
Change-Id: I794f6423853cf5d2c368de55f4be2ce54e3076c9
This commit is contained in:
parent
220fb04250
commit
11e858b209
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ int os_volume_path(IF_MV(int volume, ) char *buffer, size_t bufsize)
|
||||||
char volname[VOL_MAX_LEN + 1];
|
char volname[VOL_MAX_LEN + 1];
|
||||||
get_volume_name(volume, volname);
|
get_volume_name(volume, volname);
|
||||||
#else
|
#else
|
||||||
|
IF_MV((void)volume;)
|
||||||
const char *volname = "/";
|
const char *volname = "/";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue