summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-stream.c
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-06-27 02:13:21 +0200
committerMichal Ratajsky <[email protected]>2014-06-27 02:13:21 +0200
commite13f443c1c4c73ef20dd00f1909f8c94c685b07f (patch)
tree01bb35090f47fb7a71b6513de129de95b9da9596 /backends/pulse/pulse-stream.c
parentf235385f34c81d4cd9092b94cb24670eb25421fa (diff)
downloadlibmatemixer-e13f443c1c4c73ef20dd00f1909f8c94c685b07f.tar.bz2
libmatemixer-e13f443c1c4c73ef20dd00f1909f8c94c685b07f.tar.xz
Fix pulse close function
Diffstat (limited to 'backends/pulse/pulse-stream.c')
-rw-r--r--backends/pulse/pulse-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/pulse/pulse-stream.c b/backends/pulse/pulse-stream.c
index 32e7047..54861bf 100644
--- a/backends/pulse/pulse-stream.c
+++ b/backends/pulse/pulse-stream.c
@@ -21,9 +21,9 @@
// - figure out whether functions should g_warning on errors
// - distinguish MateMixer and Pulse variable names
+#include <string.h>
#include <glib.h>
#include <glib-object.h>
-#include <string.h>
#include <libmatemixer/matemixer-device.h>
#include <libmatemixer/matemixer-enums.h>