mapper: added dot to PLAYLIST_FILE_SUFFIX
Some code will be a little bit simpler if the dot is part of the string literal.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define PLAYLIST_FILE_SUFFIX "m3u"
|
||||
#define PLAYLIST_FILE_SUFFIX ".m3u"
|
||||
|
||||
struct directory;
|
||||
struct song;
|
||||
|
||||
Reference in New Issue
Block a user