]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - src/PEPThread.h
Initial command support
[mpdbot.git] / src / PEPThread.h
index a752ecad6fc347d1ceae94af0145920915821c93..19663abaadb2bc07de0159850371b8e176862a89 100644 (file)
@@ -24,6 +24,6 @@
 
 @interface PEPThread: OFThread
 {
-MPDConnection *conn;
+       MPDConnection *conn;
 }
 @end