From 81e08833a75d893387dfef8994fd4e11c054ebeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20La=C3=AEn=C3=A9=20=28=40am0nsec=29?= <20334678+am0nsec@users.noreply.github.com> Date: Tue, 2 Jun 2020 18:25:06 +0100 Subject: [PATCH] Update main.c --- HellsGate/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HellsGate/main.c b/HellsGate/main.c index e3f641b..92b60eb 100644 --- a/HellsGate/main.c +++ b/HellsGate/main.c @@ -7,7 +7,7 @@ ## Authors: Paul Laine (@am0nsec) - smelly__vx (@RtlMateusz) + smelly__vx (@RtlMateusz) ===================================================================+*/ #pragma once #include @@ -204,4 +204,4 @@ PVOID VxMoveMemory(PVOID dest, const PVOID src, SIZE_T len) { *lastd-- = *lasts--; } return dest; -} \ No newline at end of file +}