Skip to content
Commit 5f718c20 authored by Sven Eckelmann's avatar Sven Eckelmann
Browse files

batman-adv: Remove explicit casts cast from void* for store



It is not necessary to cast a void* to the pointer type when we just
store it and don't want to do pointer arithmetic before the actual
assignment.

Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent 37a4065e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment