changeset 458:bac1d75f87f8

small fix to make it compile
author Jari-Matti M?kel? <jmjm@iki.fi>
date Tue, 30 Oct 2007 15:44:05 +0200
parents 33a4cb255fcc
children 1b5f1ce09f38
files trunk/src/docgen/graphutils/writer.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/docgen/graphutils/writer.d	Tue Oct 30 15:41:30 2007 +0200
+++ b/trunk/src/docgen/graphutils/writer.d	Tue Oct 30 15:44:05 2007 +0200
@@ -27,7 +27,7 @@
  * May have bugs, but is a bit simpler than the previous version.
  */
 void findCycles(Vertex[] vertices, Edge[] edges) {
-  void p() {
+  debug void p() {
     foreach(e; edges) Stderr(e.type)(" "c);
     Stderr.newline;
   }