Some more patchelttes from Larry Doolittle.
[oweals/busybox.git] / dpkg.c
diff --git a/dpkg.c b/dpkg.c
index 18742e8f63ce1afff6c8a18464879948c3f7f7e0..0010df537f098dd75ce0a0ebb584daa5663b7ba4 100644 (file)
--- a/dpkg.c
+++ b/dpkg.c
@@ -804,7 +804,7 @@ extern int dpkg_main(int argc, char **argv)
 
        package_t *p, *packages = NULL;
        void *status = NULL;
-       char opt = 0;
+       int opt = 0;
        int optflag = 0;
 
        while ((opt = getopt(argc, argv, "iruc")) != -1) {