Fix 8 year-old segfault.
commit9305a6a2655ae48edfd67c9073652ae697119ab6
authorBernd Jendrissek <bernd@bpj-code.co.za>
Mon, 13 Feb 2017 04:49:41 +0000 (13 06:49 +0200)
committerBernd Jendrissek <bernd@bpj-code.co.za>
Mon, 13 Feb 2017 04:58:12 +0000 (13 06:58 +0200)
treedbe177790d00556835f658799b4249d67e96edbd
parent6fcc4ab926a49cacc58666e3b654bc0473cbafd2
Fix 8 year-old segfault.

Specifying the full type of the function pointer makes the compiler find
discrepancies between function definition, function pointer, and
function call.

If function pointer types had consistently been specified fully, the
function call and function definition would not have fallen out of sync.
libgeda/src/o_arc_basic.c
libgeda/src/o_box_basic.c
libgeda/src/o_circle_basic.c
libgeda/src/o_line_basic.c