forked from len0rd/rockbox
Fix typo inadvertantly introduced in 89b4cd59ef
Didn't cause any compile problems becuase we have no APPLICATION targets that support recording. Change-Id: I84594481abaccde01646a491e7d9c6b3abc36954
This commit is contained in:
parent
334def8431
commit
e8975cf85c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
|
||||
#endif
|
||||
|
||||
#define REC_BASE_DIR HOME_DIR "/Recordings"]
|
||||
#define REC_BASE_DIR HOME_DIR "/Recordings"
|
||||
#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists"
|
||||
#endif /* !APPLICATION || SAMSUNG_YPR0 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue