From 48feab8e723002e9ea3d91aa3f090d7bf7fd5b6b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 23 Jun 2017 20:53:40 +0000 Subject: fixed remaining gcc warnings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7254 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/notifier.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/notifier') diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp index 2b7b2a6bf..3846223ae 100644 --- a/src/plugins/General/notifier/notifier.cpp +++ b/src/plugins/General/notifier/notifier.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -101,8 +101,8 @@ void Notifier::setState(Qmmp::State state) { showMetaData(); m_isPaused = false; - break; } + break; } case Qmmp::Paused: { -- cgit v1.2.3-13-gbd6f