summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/tools/mkhits/dohits.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/tools/mkhits/dohits.c')
-rw-r--r--usr.bin/tn3270/tools/mkhits/dohits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tn3270/tools/mkhits/dohits.c b/usr.bin/tn3270/tools/mkhits/dohits.c
index 4e3dadb..7f75569 100644
--- a/usr.bin/tn3270/tools/mkhits/dohits.c
+++ b/usr.bin/tn3270/tools/mkhits/dohits.c
@@ -101,7 +101,7 @@ int value;
item = &firstentry(second);
this = (struct thing *) malloc(sizeof *this);
- memset((void*)this,0,sizeof *this);
+ memset(this, 0, sizeof *this);
this->next = *item;
*item = this;
this->value = value;
OpenPOWER on IntegriCloud