]> granicus.if.org Git - graphviz/commitdiff
Fix incorrect #ifdef
authorerg <devnull@localhost>
Sat, 24 Jul 2010 15:49:27 +0000 (15:49 +0000)
committererg <devnull@localhost>
Sat, 24 Jul 2010 15:49:27 +0000 (15:49 +0000)
plugin/dot_layout/gvlayout_dot_layout.c

index 9bfab6dda5a96920c45efc9e406dd7d064d1ed13..fadad015e60c8b076409302b4d1d76f71d349add 100644 (file)
@@ -27,6 +27,7 @@ typedef enum { LAYOUT_DOT, } layout_type;
     #pragma comment( lib, "gvc.lib" )
     #pragma comment( lib, "ingraphs.lib" )
     #pragma comment( lib, "cdt.lib" )
+#endif
 
 
 #ifdef WITH_CGRAPH
@@ -54,7 +55,6 @@ typedef enum { LAYOUT_DOT, } layout_type;
 
 #endif
 
-#endif