Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/taviso/loadlibrary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gmail.com>2021-01-18 09:19:37 +0300
committerTavis Ormandy <taviso@gmail.com>2021-01-18 09:19:37 +0300
commit7511a8adffbc03c2c92259f976943e26ddb809c3 (patch)
treed49c77ce0179065ad52829b96ff4685e36c47020
parent32f4c36e12a0d0a4851c516ea236e55b0a59b589 (diff)
missing newline
-rw-r--r--peloader/winapi/Debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/peloader/winapi/Debugger.c b/peloader/winapi/Debugger.c
index 0ea89a5..71760c4 100644
--- a/peloader/winapi/Debugger.c
+++ b/peloader/winapi/Debugger.c
@@ -24,4 +24,4 @@ static BOOL WINAPI IsDebuggerPresent()
return false;
}
-DECLARE_CRT_EXPORT("IsDebuggerPresent", IsDebuggerPresent); \ No newline at end of file
+DECLARE_CRT_EXPORT("IsDebuggerPresent", IsDebuggerPresent);