diff gui/util/list.c @ 34684:b03481253518

Cosmetic: Prefer C style for single line comments. Additionally, slightly revise some of these comments.
author ib
date Fri, 24 Feb 2012 17:16:54 +0000
parents 621058eff80f
children 02006c5b3b30
line wrap: on
line diff
--- a/gui/util/list.c	Thu Feb 23 13:48:58 2012 +0000
+++ b/gui/util/list.c	Fri Feb 24 17:16:54 2012 +0000
@@ -49,7 +49,7 @@
     urlItem *udat = (urlItem *)data;
 
     switch (cmd) {
-    // playlist
+    /* playlist */
 
     case PLAYLIST_GET:
 
@@ -154,7 +154,7 @@
         plCurrent = NULL;
         return NULL;
 
-    // url list
+    /* URL list */
 
     case URLLIST_GET: