ACCOUNT/userspace: remove pointless casts

This commit is contained in:
Jan Engelhardt
2009-09-24 01:44:34 +02:00
parent 60123a8c07
commit 0ccd55abd9
2 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ int main(int argc, char *argv[])
doCSV = 1;
break;
case 'l':
table_name = (char *)strdup(optarg);
table_name = strdup(optarg);
break;
case '?':
default: