Remove unnessasary cast

This commit is contained in:
kevlo 2008-07-18 14:55:22 +00:00
parent ea6fbedc68
commit 1f1d4ebf9a

View File

@ -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