summaryrefslogtreecommitdiffstats
path: root/bta/include/bta_fs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/include/bta_fs_api.h')
-rw-r--r--bta/include/bta_fs_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bta/include/bta_fs_api.h b/bta/include/bta_fs_api.h
index b1f11c4..c0cb4f5 100644
--- a/bta/include/bta_fs_api.h
+++ b/bta/include/bta_fs_api.h
@@ -24,7 +24,7 @@ typedef struct
{
UINT16 max_file_len; /* Maximum size file name */
UINT16 max_path_len; /* Maximum path length (includes appended file name) */
- char path_separator; /* 0x2f ('/'), or 0x5c ('\') */
+ char path_separator; /* 0x2f ('/'), or 0x5c ('\') */
} tBTA_FS_CFG;
extern tBTA_FS_CFG * p_bta_fs_cfg;