Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volume

This commit is contained in:
Michael Stapelberg 2010-07-21 10:57:47 +02:00
parent eb46963d4c
commit e37b2076b8

View File

@ -269,7 +269,7 @@ int main(int argc, char *argv[]) {
CASE_SEC("ddate")
print_ddate(cfg_getstr(sec, "format"));
CASE_SEC("volume")
CASE_SEC_TITLE("volume")
print_volume(cfg_getstr(sec, "format"),
cfg_getstr(sec, "device"),
cfg_getstr(sec, "mixer"),