summary refs log tree commit diff stats
path: root/plugins/winamp
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-21 04:01:53 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-21 04:01:53 +0200
commitb6b8a0f630abe3b355f0c18c61ff0743d3af8e1e (patch)
treed9445c9183e99db8d498837f8c03c543c18b757f /plugins/winamp
parentdbf50408336d68c19bcb6d74241dcac6d38f0215 (diff)
even more cosmetics
Diffstat (limited to 'plugins/winamp')
-rw-r--r--plugins/winamp/winamp.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c
index 8875dbf8..eef49c64 100644
--- a/plugins/winamp/winamp.c
+++ b/plugins/winamp/winamp.c
@@ -46,7 +46,8 @@ song_strcpy (char *dest, char *src)
 	return dest - 1;
 }
 
-static int winamp(char *word[], char *word_eol[], void *userdata)
+static int
+winamp(char *word[], char *word_eol[], void *userdata)
 {
 
 char current_play[2048], *p;
@@ -157,7 +158,8 @@ HWND hwndWinamp = FindWindow("Winamp v1.x",NULL);
 	return XCHAT_EAT_ALL;
 }
 
-int xchat_plugin_init(xchat_plugin *plugin_handle,
+int
+xchat_plugin_init(xchat_plugin *plugin_handle,
                       char **plugin_name,
                       char **plugin_desc,
                       char **plugin_version,
@@ -178,7 +180,8 @@ int xchat_plugin_init(xchat_plugin *plugin_handle,
 	return 1;       /* return 1 for success */
 }
 
-int xchat_plugin_deinit(void)
+int
+xchat_plugin_deinit(void)
 {
 	xchat_command (ph, "MENU DEL \"Window/Display current song\"");
 	xchat_print (ph, "Winamp plugin unloaded\n");