Skip to content

Commit

Permalink
Remove namespace prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed May 11, 2012
1 parent cd014f1 commit 94ee406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de4dot.code/deobfuscators/DeepSea/Deobfuscator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ bool detectMethodProxyObfuscation() {
continue;
if (checkedMethods++ >= 1000)
goto done;
if (!DeepSea.DsMethodCallInliner.canInline(method))
if (!DsMethodCallInliner.canInline(method))
continue;
foundProxies++;
}
Expand Down

0 comments on commit 94ee406

Please sign in to comment.