From 2c45224be72e06463ddd48956ecaef61da9dfecb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jan 2009 13:43:57 +0100 Subject: mapper: added dot to PLAYLIST_FILE_SUFFIX Some code will be a little bit simpler if the dot is part of the string literal. --- src/mapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapper.h') 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 -#define PLAYLIST_FILE_SUFFIX "m3u" +#define PLAYLIST_FILE_SUFFIX ".m3u" struct directory; struct song; -- cgit v1.2.3