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

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