stat: Remove two superfluous casts
authorBart Van Assche <bvanassche@acm.org>
Sat, 18 Jan 2020 04:40:41 +0000 (20:40 -0800)
committerBart Van Assche <bvanassche@acm.org>
Sat, 18 Jan 2020 05:16:35 +0000 (21:16 -0800)
commit68e0dc1a6f22f19e13c7cb9dca7192e7fbc6568b
tree822ec20001802b283b650fdf3253e9dfbc82b7ea
parente08e2dd7b77f99e4bb904fc1df2395c2fe2ffbbe
stat: Remove two superfluous casts

The C language supports implicit casting from a non-void to void pointer.
Remove two explicit casts from a non-void to a void pointer.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
stat.c