diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-24 09:01:57 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-24 09:01:57 -0400 |
commit | e8975cf85cda7d69f5bc39e3c6970ec4e231aa34 (patch) | |
tree | decc0cee011fcfdd8334e44e66eff279fb01d25e | |
parent | 334def8431bae3fb1dd9e195fc84cbf1c8170109 (diff) | |
download | rockbox-e8975cf85c.tar.gz rockbox-e8975cf85c.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.h | 2 |
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 @@ #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 */ |