Remove unnessasary cast
This commit is contained in:
parent
ea6fbedc68
commit
1f1d4ebf9a
@ -213,7 +213,7 @@ main(int argc, char *argv[])
|
||||
init_list(&uidlist, addelem_uid, sizeof(uid_t), "user");
|
||||
memf = nlistf = _PATH_DEVNULL;
|
||||
while ((ch = getopt(argc, argv, PS_ARGS)) != -1)
|
||||
switch ((char)ch) {
|
||||
switch (ch) {
|
||||
case 'A':
|
||||
/*
|
||||
* Exactly the same as `-ax'. This has been
|
||||
|
Loading…
x
Reference in New Issue
Block a user