summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bootparamd/bootparamd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c
index 38ef356..8c93c1f 100644
--- a/usr.sbin/bootparamd/bootparamd/main.c
+++ b/usr.sbin/bootparamd/bootparamd/main.c
@@ -50,7 +50,7 @@ char **argv;
int c;
while ((c = getopt(argc, argv,"dsr:f:")) != -1)
- switch ((char)c) {
+ switch (c) {
case 'd':
debug = 1;
break;
OpenPOWER on IntegriCloud