Commit 13a18933 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DTV: don't use 0 as NULL

parent 6b216e7e
......@@ -273,7 +273,7 @@ vlc_module_begin ()
change_safe ()
set_section (N_("Cable and satellite reception parameters"), NULL)
add_string ("dvb-modulation", 0,
add_string ("dvb-modulation", NULL,
MODULATION_TEXT, MODULATION_LONGTEXT, false)
change_string_list (modulation_vlc, modulation_user, NULL)
change_safe ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment