From: Andre Noll Date: Thu, 5 Mar 2020 17:50:55 +0000 (+0100) Subject: afs.c: Remove two pointless casts. X-Git-Tag: v0.6.3~25 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9b0f28f5286a1cc8aa5c4a886aadf25900d475ba;hp=9b0f28f5286a1cc8aa5c4a886aadf25900d475ba afs.c: Remove two pointless casts. The type of ->data is void *, so no casts are needed. ---