aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4f0ecca..03004fc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -83,7 +83,7 @@ int main( int argc, char *argv[] )
83 if( prm.bDebug ) 83 if( prm.bDebug )
84 { 84 {
85 printf("\n\n----------\nDebug dump\n----------\n"); 85 printf("\n\n----------\nDebug dump\n----------\n");
86 bld.debugDump(); 86 pBuild->debugDump();
87 } 87 }
88 else 88 else
89 { 89 {