diff options
author | Max Kellermann <max@duempel.org> | 2009-01-25 13:43:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-25 13:43:57 +0100 |
commit | 2c45224be72e06463ddd48956ecaef61da9dfecb (patch) | |
tree | 6753a329a3654c23cd681a6df2d1847050a481ea /src/mapper.h | |
parent | 7cc15ffc08dae8d46460ad4b47657fef12bd534b (diff) |
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.h | 2 |
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; |