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:
Solomon Peachy 2024-07-24 09:01:57 -04:00
parent 334def8431
commit e8975cf85c

View file

@ -69,7 +69,7 @@
#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" #define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
#endif #endif
#define REC_BASE_DIR HOME_DIR "/Recordings"] #define REC_BASE_DIR HOME_DIR "/Recordings"
#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists" #define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists"
#endif /* !APPLICATION || SAMSUNG_YPR0 */ #endif /* !APPLICATION || SAMSUNG_YPR0 */