Skip to content

Commit c40cd7d

Browse files
committed
Fix typo
1 parent f9f4c75 commit c40cd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Utilities/NativeLinker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ bool RunCommand (string label, string binaryPath, List<string> args, List<string
370370
stdoutLines.Add (e.Data);
371371
},
372372
onError: (s, e) => {
373-
if (e.Data != null) {
373+
if (e.Data == null) {
374374
return;
375375
}
376376

0 commit comments

Comments
 (0)