Skip to content

Commit faf69d6

Browse files
committed
Fix merge error
1 parent 3b82abd commit faf69d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CIL/Entities/Instruction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public override IEnumerable<IExtractionProduct> Contents
432432
}
433433
catch (Exception exc)
434434
{
435-
Cx.Cx.Extractor.Logger.Log(Util.Logging.Severity.Warning, $"Couldn't interpret payload of payload type {PayloadType} as a function pointer type. {exc.Message} {exc.StackTrace}");
435+
Cx.Extractor.Logger.Log(Util.Logging.Severity.Warning, $"Couldn't interpret payload of payload type {PayloadType} as a function pointer type. {exc.Message} {exc.StackTrace}");
436436
}
437437

438438
if (target != null)

0 commit comments

Comments
 (0)