]> granicus.if.org Git - graphviz/commit
remove unnecessary cast in iofread
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Jun 2021 04:03:05 +0000 (21:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 00:03:55 +0000 (17:03 -0700)
commit70ec912c221be81751b4ac364e49045ee58c2a3b
treef3cf4c1fff83da9240862746167e7da9ea4875e3
parentd339363253f303917849471190a10067cfebe872
remove unnecessary cast in iofread

The function fgets takes a FILE* as its third argument, to which void*
implicitly coerces.
lib/cgraph/io.c