NetBSD build fix (#487)

This commit is contained in:
nia 2022-06-11 20:23:31 +02:00 committed by GitHub
parent 28399bf846
commit 6094acde02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,7 +330,7 @@ void print_volume(volume_ctx_t *ctx) {
if (vinfo.un.ord) { if (vinfo.un.ord) {
START_COLOR("color_degraded"); START_COLOR("color_degraded");
fmt = fmt_muted; ctx->fmt = ctx->fmt_muted;
pbval = 0; pbval = 0;
} }
} }