diff options
author | pjd <pjd@FreeBSD.org> | 2006-01-24 15:26:36 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-01-24 15:26:36 +0000 |
commit | 48811f1bb08f1f8b47e7c5c010066e11333e6c15 (patch) | |
tree | c7aa88e47ec2082672b7c3f04d4ae2059faaa3cf /sbin/mount | |
parent | 7ae11fdb19a88bc1e688ba8b0ecb0e19313c6f22 (diff) | |
download | FreeBSD-src-48811f1bb08f1f8b47e7c5c010066e11333e6c15.zip FreeBSD-src-48811f1bb08f1f8b47e7c5c010066e11333e6c15.tar.gz |
s/<space><tab>/<tab>/
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 5f49893..e1a36c0 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -717,7 +717,7 @@ update_options(opts, fstab, curflags) void remopt(string, opt) char *string; - const char *opt; + const char *opt; { char *o, *p, *r; |