diff options
author | Justin Heiner <jheiner@rockbox.org> | 2002-08-24 08:36:47 +0000 |
---|---|---|
committer | Justin Heiner <jheiner@rockbox.org> | 2002-08-24 08:36:47 +0000 |
commit | bd510c2d2be5096f83e8ee80745fe528053ac2ec (patch) | |
tree | 271bbcadbaa9598143343e162c5ebf6794c9ee2c | |
parent | 5301881adca9508f12eeb80704a201ff579e5836 (diff) |
Damned CR/LF again. I need to get a better editor than notepad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1964 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index fe85c13bfd..5999bf3374 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -24,7 +24,7 @@ #include "file.h" /* Custom WPS Parsing - Uncomment to enable - PLAYER ONLY */ -/* #define CUSTOM_WPS */ +#define CUSTOM_WPS /* data structures */ |