diff --git a/src/plugin_xmms/configure.h b/src/plugin_xmms/configure.h index 12c9f3aa..38a06fc0 100644 --- a/src/plugin_xmms/configure.h +++ b/src/plugin_xmms/configure.h @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __CONFIGURE_H__ -#define __CONFIGURE_H__ +#ifndef FLAC__PLUGIN_XMMS__CONFIGURE_H +#define FLAC__PLUGIN_XMMS__CONFIGURE_H #include @@ -39,7 +39,7 @@ typedef struct { gint proxy_port; gboolean proxy_use_auth; gchar *proxy_user; - gchar *proxy_pass; + gchar *proxy_pass; gboolean save_http_stream; gchar *save_http_path; gboolean cast_title_streaming;