remove obsolete char pointer casts

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
Oliver Hartkopp
2022-03-14 18:21:45 +01:00
parent 84d3294132
commit dfb607c807
9 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -774,7 +774,7 @@ int main(int argc, char **argv)
break;
case 'u':
uid = strtoul(optarg, (char **)NULL, 16);
uid = strtoul(optarg, NULL, 16);
break;
case 'l':