summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-24 09:01:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-24 09:01:57 -0400
commite8975cf85cda7d69f5bc39e3c6970ec4e231aa34 (patch)
treedecc0cee011fcfdd8334e44e66eff279fb01d25e
parent334def8431bae3fb1dd9e195fc84cbf1c8170109 (diff)
downloadrockbox-e8975cf85cda7d69f5bc39e3c6970ec4e231aa34.tar.gz
rockbox-e8975cf85cda7d69f5bc39e3c6970ec4e231aa34.zip
Fix typo inadvertantly introduced in 89b4cd59ef1
Didn't cause any compile problems becuase we have no APPLICATION targets that support recording. Change-Id: I84594481abaccde01646a491e7d9c6b3abc36954
-rw-r--r--firmware/export/rbpaths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h
index c9215fbc5a..2376163180 100644
--- a/firmware/export/rbpaths.h
+++ b/firmware/export/rbpaths.h
@@ -69,7 +69,7 @@
69#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" 69#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
70#endif 70#endif
71 71
72#define REC_BASE_DIR HOME_DIR "/Recordings"] 72#define REC_BASE_DIR HOME_DIR "/Recordings"
73#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists" 73#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists"
74#endif /* !APPLICATION || SAMSUNG_YPR0 */ 74#endif /* !APPLICATION || SAMSUNG_YPR0 */
75 75