summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2007-02-04 20:07:07 +0000
committerrse <rse@FreeBSD.org>2007-02-04 20:07:07 +0000
commit883431dd459358ae1e36fabf51865f9c8a0eda5c (patch)
treeea974aa8b848e126f3103f036e78aaf0897e589b /usr.bin/ctags
parenteccd2b26c08ed7fc2d37db177adbfb9c73b9d917 (diff)
downloadFreeBSD-src-883431dd459358ae1e36fabf51865f9c8a0eda5c.zip
FreeBSD-src-883431dd459358ae1e36fabf51865f9c8a0eda5c.tar.gz
cleanup code: remove unnecessary and useless void cast
from void-function skip_string().
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 c13e835..a55895f 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;
/*
OpenPOWER on IntegriCloud