]> granicus.if.org Git - graphviz/commit
tclpkg: remove unnecessary explicit dereference and parens on function pointer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 6 May 2022 00:37:30 +0000 (17:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 12 May 2022 02:30:18 +0000 (19:30 -0700)
commite982e0e4cb9dc09d825db859b28c62b3e18a340a
tree217c6b63d164ed8089eb55d3512f993fc7ecfe11
parent2a6b8d46a9612d01f2abaea002233043cf4390ff
tclpkg: remove unnecessary explicit dereference and parens on function pointer

The compiler already knows how to dereference and call through a function
pointer without needing explicit instruction.
tclpkg/gdtclft/gdtclft.c