diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 85886f5..0cbc9c9 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -86,7 +86,7 @@ int main( int argc, char *argv[] ) | |||
86 | prm.process( argc, argv ); | 86 | prm.process( argc, argv ); |
87 | 87 | ||
88 | BuildParser bld; | 88 | BuildParser bld; |
89 | Build *pBuild; | 89 | Build *pBuild = NULL; |
90 | 90 | ||
91 | try | 91 | try |
92 | { | 92 | { |