]> git.sesse.net Git - vlc/blobdiff - modules/control/telnet.c
Trailing ;
[vlc] / modules / control / telnet.c
index f1273ba0af146a4d5733fa19dd6a0e1f3bf569cd..a321d794751e1159460c74aca70f227599548e67 100644 (file)
@@ -94,11 +94,11 @@ vlc_module_begin ()
     set_category( CAT_INTERFACE )
     set_subcategory( SUBCAT_INTERFACE_CONTROL )
     add_string( "telnet-host", "", NULL, TELNETHOST_TEXT,
-                 TELNETHOST_LONGTEXT, true );
+                 TELNETHOST_LONGTEXT, true )
     add_integer( "telnet-port", TELNETPORT_DEFAULT, NULL, TELNETPORT_TEXT,
-                 TELNETPORT_LONGTEXT, true );
+                 TELNETPORT_LONGTEXT, true )
     add_password( "telnet-password", TELNETPWD_DEFAULT, NULL, TELNETPWD_TEXT,
-                TELNETPWD_LONGTEXT, true );
+                TELNETPWD_LONGTEXT, true )
     set_description( N_("VLM remote control interface") )
     add_category_hint( "VLM", NULL, false )
     set_capability( "interface", 0 )