diff src/libaudacious/beepctrl.h @ 2522:5726a642c3d3 trunk

[svn] - fix beepctrl.h:35: warning: comma at end of enumerator list
author nenolod
date Wed, 14 Feb 2007 11:56:02 -0800
parents 3149d4b1a9a9
children c2b49ba4be45
line wrap: on
line diff
--- a/src/libaudacious/beepctrl.h	Wed Feb 14 11:45:41 2007 -0800
+++ b/src/libaudacious/beepctrl.h	Wed Feb 14 11:56:02 2007 -0800
@@ -31,7 +31,7 @@
     enum
     {
         AUDACIOUS_TYPE_UNIX,
-	AUDACIOUS_TYPE_TCP,
+	AUDACIOUS_TYPE_TCP
     };
 
     /* Do NOT use this! This is only for control socket initialization now. */