Unused "dest" pointer removed from main()

This commit is contained in:
Francois-Olivier Devaux 2005-03-25 13:53:54 +00:00
parent 1de9535b8c
commit 623f1d96cf
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ int main(int argc, char **argv)
char S1, S2, S3;
char *src=NULL;
char *dest=NULL;
int len;