summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-06-23 20:40:20 +0200
committerGravatar waker <wakeroid@gmail.com>2011-06-23 20:40:20 +0200
commit2e702e0996c847d97d1f514d729c9f6932889804 (patch)
treec68482d751f0407518a20750e23dcec9e0f59d8f /plugins/artwork/artwork.c
parent97c4bf5ba413a120e6277c73e82b1d150c459592 (diff)
converter: automatically create directory structure
artwork: minor readability fix in check_dir
Diffstat (limited to 'plugins/artwork/artwork.c')
-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 7f56b870..d603c06d 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -186,8 +186,7 @@ check_dir (const char *dir, mode_t mode)
}
if (slash)
*slash = '/';
- }
- while (slash);
+ } while (slash);
free (tmp);
return 1;
}