From c56799ee296fd220da6ec65fa3f4bb48f01b7170 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sun, 8 Jul 2007 18:03:08 -0600 Subject: [PATCH] mount.c typo --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.c b/mount/mount.c index 7cfa7338..851122fc 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -193,7 +193,7 @@ static const struct opt_map opt_map[] = { static const char *opt_loopdev, *opt_vfstype, *opt_offset, *opt_encryption, *opt_speed, *opt_comment, *opt_uhelper; -static confst char *opt_keybits, *opt_nohashpass; +static const char *opt_keybits, *opt_nohashpass; static int mounted (const char *spec0, const char *node0); static int check_special_mountprog(const char *spec, const char *node, -- 2.39.5