summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfg-mplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 4c1fa83904..ffe31bb8e6 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -412,7 +412,8 @@ m_option_t mplayer_opts[]={
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#ifdef HAVE_RTC
{"nortc", &nortc, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"rtc", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"rtc", &nortc, CONF_TYPE_FLAG, 0, 0, 0, NULL},
+ {"rtc-device", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
#endif
{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},