]> granicus.if.org Git - graphviz/commitdiff
remove a debugging fprintf and some redundant #includes
authorellson <devnull@localhost>
Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)
committerellson <devnull@localhost>
Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)
plugin/neato_layout/gvplugin_neato_layout.c

index c56c0a1c4ee185e1c3b6927bce8a74bb4842db4a..f157cf29959ffc414ece5dd25ce7de563062fc5c 100644 (file)
@@ -20,7 +20,7 @@ extern gvplugin_installed_t gvlayout_neato_types;
 
 static gvplugin_api_t apis[] = {
     {API_layout, &gvlayout_neato_types},
-    {(api_t)0, NULL},
+    {(api_t)0, 0},
 };
 
 gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };