aboutsummaryrefslogtreecommitdiff
path: root/src/3rdparty
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-05-28 23:47:52 +0800
committerchai <chaifix@163.com>2018-05-28 23:47:52 +0800
commit2add73bb54ce9376ffcd44ffd929049d3c430628 (patch)
tree23ddd1003eea86725dda260ba45479dcf7c577f5 /src/3rdparty
parent733cffe5d3cf6c421940b38d41456c89029a975d (diff)
更新音频模块
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/smount/smount.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/3rdparty/smount/smount.h b/src/3rdparty/smount/smount.h
index 05ee88b..c0836a7 100644
--- a/src/3rdparty/smount/smount.h
+++ b/src/3rdparty/smount/smount.h
@@ -33,9 +33,7 @@ typedef struct smtPath
*/
typedef struct smtShared
{
- // the root directory
- smtPath* mount;
-
+ smtPath* mount; // the root directory
}smtShared;
smtShared* smtnewshared();