diff --git a/de4dot.code/StringDecrypter.cs b/de4dot.code/StringDecrypter.cs index e58e26ed..0e05a1ca 100644 --- a/de4dot.code/StringDecrypter.cs +++ b/de4dot.code/StringDecrypter.cs @@ -396,7 +396,7 @@ namespace de4dot { } } - public void add(MethodDefinition method, Func handler) { + public void add(MethodDefinition method, Func handler) { if (method != null) stringDecrypters[new MethodReferenceAndDeclaringTypeKey(method)] = handler; }