aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-25 13:43:57 +0100
committerMax Kellermann <max@duempel.org>2009-01-25 13:43:57 +0100
commit2c45224be72e06463ddd48956ecaef61da9dfecb (patch)
tree6753a329a3654c23cd681a6df2d1847050a481ea /src/mapper.h
parent7cc15ffc08dae8d46460ad4b47657fef12bd534b (diff)
downloadmpd-2c45224be72e06463ddd48956ecaef61da9dfecb.tar.gz
mpd-2c45224be72e06463ddd48956ecaef61da9dfecb.tar.xz
mpd-2c45224be72e06463ddd48956ecaef61da9dfecb.zip
mapper: added dot to PLAYLIST_FILE_SUFFIX
Some code will be a little bit simpler if the dot is part of the string literal.
Diffstat (limited to 'src/mapper.h')
-rw-r--r--src/mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapper.h b/src/mapper.h
index 874add377..fc4101853 100644
--- a/src/mapper.h
+++ b/src/mapper.h
@@ -25,7 +25,7 @@
#include <stdbool.h>
-#define PLAYLIST_FILE_SUFFIX "m3u"
+#define PLAYLIST_FILE_SUFFIX ".m3u"
struct directory;
struct song;