From f02e2b7cdaf508ef58effa28651737b4b7e4f2e7 Mon Sep 17 00:00:00 2001 From: mux Date: Sat, 3 Aug 2002 17:05:14 +0000 Subject: This should have been committed too, I have no idea why p4 didn't gave me this diff too. --- sbin/mount_cd9660/mount_cd9660.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_cd9660') diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 09be846..2ac0216 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -90,7 +90,7 @@ main(int argc, char **argv) struct iso_args args; int ch, mntflags, opts; char *dev, *dir, mntpath[MAXPATHLEN]; - int error, verbose; + int verbose; mntflags = opts = verbose = 0; memset(&args, 0, sizeof args); -- cgit v1.1