summaryrefslogtreecommitdiff
path: root/switchctl.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-19 13:22:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-19 13:22:04 (GMT)
commitf2b45efc3aa26c360259eefcc3cc31c056d34ef5 (patch)
treec5aa9cae02d9bca9ff013d30348b41f453ba1a6e /switchctl.c
parent57c708218fc8384acefd942e38d54bad881f53d7 (diff)
fixed build
Diffstat (limited to 'switchctl.c')
-rw-r--r--switchctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/switchctl.c b/switchctl.c
index d603fc2..97202b7 100644
--- a/switchctl.c
+++ b/switchctl.c
@@ -379,7 +379,7 @@ int process_cmd_mode(const char* param, int fd, cmd_t **cmd_q, options_t* opt, c
ch_from = "master_main";
else if(old_mode == MODE_MASTER && opt->channel_master_ == CHAN_MUSIC)
ch_from = "master_music";
- else if(old_mode == MODE_STANDBY && opt->channel_standy_ == CHAN_MAIN)
+ else if(old_mode == MODE_STANDBY && opt->channel_standby_ == CHAN_MAIN)
ch_from = "standby_main";
else if(old_mode == MODE_STANDBY && opt->channel_standby_ == CHAN_MUSIC)
ch_from = "standby_music";