summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>2007-02-04 20:07:07 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>2007-02-04 20:07:07 +0000
commit865b0cf06cb8f6e302a162bde1bd0161a7be069f (patch)
treeea974aa8b848e126f3103f036e78aaf0897e589b /usr.bin/ctags
parent0c9dffd3af29febd389b17e0559b43e48049885b (diff)
downloadsrc-test-865b0cf06cb8f6e302a162bde1bd0161a7be069f.tar.gz
src-test-865b0cf06cb8f6e302a162bde1bd0161a7be069f.zip
cleanup code: remove unnecessary and useless void cast
from void-function skip_string().
Notes
Notes: svn path=/head/; revision=166503
Diffstat (limited to 'usr.bin/ctags')
-rw-r--r--usr.bin/ctags/C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c
index c13e835da3c59..a55895f769ef2 100644
--- a/usr.bin/ctags/C.c
+++ b/usr.bin/ctags/C.c
@@ -114,7 +114,7 @@ c_entries(void)
*/
case '"':
case '\'':
- (void)skip_string(c);
+ skip_string(c);
break;
/*