3/3 of old-style casting
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / resall.cpp
index 510525dcfa41a5111553e7455d06d6c429c90100..b2bc373a742781fa5fddfc35c17b160e2940996e 100644 (file)
@@ -276,7 +276,7 @@ static int get_bt(char* header)
 
 static void clear_t_restp(t_restp *rrtp)
 {
-    memset((void *)rrtp, 0, sizeof(t_restp));
+    memset(rrtp, 0, sizeof(t_restp));
 }
 
 /* print all the ebtsNR type numbers */