cleanup code: remove unnecessary and useless void cast

from void-function skip_string().
This commit is contained in:
Ralf S. Engelschall 2007-02-04 20:07:07 +00:00
parent 0c9dffd3af
commit 865b0cf06c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ c_entries(void)
*/
case '"':
case '\'':
(void)skip_string(c);
skip_string(c);
break;
/*