more cast style consistency
This commit is contained in:
@@ -483,7 +483,7 @@ maketrap(coordxy x, coordxy y, int typ)
|
||||
} else {
|
||||
oldplace = FALSE;
|
||||
ttmp = newtrap();
|
||||
(void) memset((genericptr_t)ttmp, 0, sizeof(struct trap));
|
||||
(void) memset((genericptr_t) ttmp, 0, sizeof(struct trap));
|
||||
ttmp->ntrap = 0;
|
||||
ttmp->tx = x;
|
||||
ttmp->ty = y;
|
||||
|
||||
Reference in New Issue
Block a user