From 5498620b145207d301d028f72748bd822f1e883d Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:17 +0000 Subject: [PATCH] packages/mpdas: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/mpdas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpdas/Makefile b/sound/mpdas/Makefile index b0b1f1f2a..db9e999ab 100644 --- a/sound/mpdas/Makefile +++ b/sound/mpdas/Makefile @@ -29,7 +29,7 @@ endef define Package/mpdas/description mpdas is an AudioScrobbler client for MPD written in C++. It supports the latest AudioScrobbler protocol (2.0). - In case of a downtime or connectivity problems, mpdas will + In case of a downtime or connectivity problems, mpdas will cache the played songs to ~/.mpdascache. endef