From 0e797ed687f8bb6dc6f05e5d404c2a1d48abef5c Mon Sep 17 00:00:00 2001 From: zeffy Date: Wed, 23 Aug 2017 05:46:22 -0700 Subject: [PATCH] > --- wufuc/patternfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wufuc/patternfind.c b/wufuc/patternfind.c index 21cc436..6bec055 100644 --- a/wufuc/patternfind.c +++ b/wufuc/patternfind.c @@ -4,7 +4,7 @@ /* Ported to C from x64dbg's patternfind.cpp: * https://github.com/x64dbg/x64dbg/blob/development/src/dbg/patternfind.cpp * x64dbg license (GPL-3.0): - * https://github.com/x64dbg/x64dbg/blob/development/LICENSE> + * https://github.com/x64dbg/x64dbg/blob/development/LICENSE */ int hexchtoint(CHAR c) {