summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-11-17 13:59:22 +0000
committerphintuka <phintuka>2010-11-17 13:59:22 +0000
commit3c64f038f1561e094f9c1c7bab41949805bd5f1f (patch)
treed5d90c727f465a43d84cd7c3b6bfe3eab20b5027
parentce919c48f1c216abbc9988f906903b63699ab1f5 (diff)
downloadxineliboutput-3c64f038f1561e094f9c1c7bab41949805bd5f1f.tar.gz
xineliboutput-3c64f038f1561e094f9c1c7bab41949805bd5f1f.tar.bz2
Cosmetics
-rw-r--r--frontend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend.c b/frontend.c
index 6ab5967a..fa2b620f 100644
--- a/frontend.c
+++ b/frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.c,v 1.91 2010-11-17 13:58:50 phintuka Exp $
+ * $Id: frontend.c,v 1.92 2010-11-17 13:59:22 phintuka Exp $
*
*/
@@ -290,8 +290,8 @@ bool cXinelibThread::IsReady(void)
void cXinelibThread::SetVolume(int NewVolume)
{
m_Volume = NewVolume;
- cString str = cString::sprintf("VOLUME %d%s", NewVolume * 100 / 255,
- xc.sw_volume_control ? " SW" : "");
+ cString str = cString::sprintf("VOLUME %d%s", NewVolume * 100 / 255,
+ xc.sw_volume_control ? " SW" : "");
Xine_Control(str);
}