aboutsummaryrefslogtreecommitdiff
path: root/src/3rdparty/smount/smount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/smount/smount.h')
-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();