diff --git a/stand/common/module.c b/stand/common/module.c index b4193c20380..a313fb30ee2 100644 --- a/stand/common/module.c +++ b/stand/common/module.c @@ -487,7 +487,7 @@ command_pnpautoload(int argc, char *argv[]) { int i; int verbose; - int ch, error, match; + int ch, match; pnp_verbose_flag = 0; pnp_dump_flag = 0;