]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/upnp_cc.cpp
Remove most stray semi-colons in module descriptions
[vlc] / modules / services_discovery / upnp_cc.cpp
index 209225c80a6113643f06e58d78603ac3a50396fd..3ec13c11aeb55c0b0e679243d40c9d64604da167 100644 (file)
@@ -57,16 +57,16 @@ using namespace CyberLink;
     static int  Open ( vlc_object_t * );
     static void Close( vlc_object_t * );
 
-vlc_module_begin();
-    set_shortname( "UPnP");
-    set_description( N_("Universal Plug'n'Play discovery") );
-    set_category( CAT_PLAYLIST );
-    set_subcategory( SUBCAT_PLAYLIST_SD );
+vlc_module_begin ()
+    set_shortname( "UPnP")
+    set_description( N_("Universal Plug'n'Play discovery") )
+    set_category( CAT_PLAYLIST )
+    set_subcategory( SUBCAT_PLAYLIST_SD )
 
-    set_capability( "services_discovery", 0 );
-    set_callbacks( Open, Close );
+    set_capability( "services_discovery", 0 )
+    set_callbacks( Open, Close )
 
-vlc_module_end();
+vlc_module_end ()
 
 /*****************************************************************************
  * Run: main UPnP thread