diff options
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.h b/src/mount.h index 7c5d9d1f62..730c4c273f 100644 --- a/src/mount.h +++ b/src/mount.h @@ -60,7 +60,7 @@ typedef struct MountParameters { } MountParameters; struct Mount { - Meta meta; + Unit meta; char *where; |