From 5dfcf17aa004c0a664a0defbae1315bbe98a4de0 Mon Sep 17 00:00:00 2001 From: Dadude123 Date: Sun, 22 Nov 2015 18:51:31 +0100 Subject: [PATCH] attribute "namespace X in module Y" fixed. --- Confuser.Core/ObfAttrMarker.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Confuser.Core/ObfAttrMarker.cs b/Confuser.Core/ObfAttrMarker.cs index c06da5bfd..2bc5592f0 100644 --- a/Confuser.Core/ObfAttrMarker.cs +++ b/Confuser.Core/ObfAttrMarker.cs @@ -179,7 +179,7 @@ void ApplySettings(IDnlibDef def, Rules rules, IEnumerable>> crossModuleAttrs; ConfuserContext context; @@ -505,4 +505,4 @@ void ProcessBody(MethodDef method, Rules rules, ProtectionSettingsStack stack) { } } } -} \ No newline at end of file +}