Mercurial > audlegacy
diff src/libaudclient/audctrl.c @ 2800:f42a5b531c03 trunk
[svn] - hide 'error' from outside to avoid symbol conflict.
| author | yaz |
|---|---|
| date | Thu, 24 May 2007 04:50:48 -0700 |
| parents | 182aa34ae6c4 |
| children | 77a012c3b521 |
line wrap: on
line diff
--- a/src/libaudclient/audctrl.c Thu May 24 03:41:13 2007 -0700 +++ b/src/libaudclient/audctrl.c Thu May 24 04:50:48 2007 -0700 @@ -28,7 +28,7 @@ #include "audacious/dbus-client-bindings.h" #include "audctrl.h" -GError *error = NULL; +static GError *error = NULL; //it must be hidden from outside, otherwise symbol conflict likely to happen. /** * audacious_remote_playlist:
