From: ellson Date: Sun, 11 Jun 2006 14:17:45 +0000 (+0000) Subject: remove a debugging fprintf and some redundant #includes X-Git-Tag: LAST_LIBGRAPH~32^2~6457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f280b3336e4212b5de104ac0a00f0ec55ebd5b8f;p=graphviz remove a debugging fprintf and some redundant #includes --- diff --git a/plugin/dot_layout/gvplugin_dot_layout.c b/plugin/dot_layout/gvplugin_dot_layout.c index fb84ecf05..9d11c2dc5 100644 --- a/plugin/dot_layout/gvplugin_dot_layout.c +++ b/plugin/dot_layout/gvplugin_dot_layout.c @@ -20,7 +20,7 @@ extern gvplugin_installed_t gvlayout_dot_layout; static gvplugin_api_t apis[] = { {API_layout, &gvlayout_dot_layout}, - {(api_t)0, NULL}, + {(api_t)0, 0}, }; gvplugin_library_t gvplugin_dot_layout_LTX_library = { "dot_layout", apis };