Skip to content

Commit 32cae76

Browse files
committed
Fixed Typo / Compile-Error on Linux
1 parent 59a58c9 commit 32cae76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Linter/Private/LinterCommandlet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ int32 ULinterCommandlet::Main(const FString& InParams)
264264
}
265265

266266
return 0;
267-
}
267+
}

Source/Linter/Private/UI/LintReportRuleErrorList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2019-2020 Gamemakin LLC. All Rights Reserved.
22

3-
#include "UI/LintReportruleErrorList.h"
3+
#include "UI/LintReportRuleErrorList.h"
44
#include "LinterStyle.h"
55
#include "IContentBrowserSingleton.h"
66
#include "Framework/Views/ITypedTableView.h"

0 commit comments

Comments
 (0)