]> err.no Git - util-linux/commitdiff
mount.c typo
authorLaMont Jones <lamont@mix.mmjgroup.com>
Mon, 9 Jul 2007 00:03:08 +0000 (18:03 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Mon, 9 Jul 2007 00:03:08 +0000 (18:03 -0600)
mount/mount.c

index 7cfa7338f682ebda24f612a18f9300459bc53015..851122fc58b0a3d3a038639fe7a147695e483610 100644 (file)
@@ -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,