summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-06-23 22:38:26 +0200
committerGravatar waker <wakeroid@gmail.com>2011-06-23 22:38:26 +0200
commitecfa3fc90b5ed396e19b0f671bd35c2abb5a1b63 (patch)
tree9193ffd37016dcd88e80ea9236fd9eba3710682c /plugins/artwork
parentbc4db3ee279c6ddb2d82323200b057a1e6fd3d7e (diff)
parent9245c4001ff209a4eab990ac2f590972656fddf9 (diff)
Merge branch 'master' into devel
Diffstat (limited to 'plugins/artwork')
-rw-r--r--plugins/artwork/artwork.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index 1726a98c..e395756d 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -192,8 +192,7 @@ check_dir (const char *dir, mode_t mode)
}
if (slash)
*slash = '/';
- }
- while (slash);
+ } while (slash);
free (tmp);
return 1;
}