Fix extraneous semicolon.
This commit is contained in:
parent
8f6bf9abf6
commit
6656d950c4
@ -71,7 +71,7 @@ DebugReportGenerator::GenerateReport(const entry_ref& outputPath)
|
||||
|
||||
BString output;
|
||||
result = _GenerateReportHeader(output);
|
||||
if (result != B_OK);
|
||||
if (result != B_OK)
|
||||
return result;
|
||||
|
||||
result = _DumpLoadedImages(output);
|
||||
|
Loading…
Reference in New Issue
Block a user