Skip to content

Commit d8d12c7

Browse files
committed
Update standard mixer name
Signed-off-by: Claudio Matsuoka <[email protected]>
1 parent a5c583f commit d8d12c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ static void get_mixer_type(int t, struct options *opt, char *buf, size_t size)
189189
default:
190190
itp = "unknown interpolation";
191191
}
192-
snprintf(buf, size, "Std %s %s mixer", fmt, itp);
192+
snprintf(buf, size, "%s %s mixer", fmt, itp);
193193
break; }
194194
case XMP_MIXER_A500:
195195
snprintf(buf, size, "Amiga 500 %s mixer", fmt);

0 commit comments

Comments
 (0)