From 9541a41a5a99f8fcac629a009840e88b368ebe57 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 18:31:51 -0500 Subject: pe_get_ntdll_module_handle(): code maintenance. --- src/modules/pe_get_ntdll_module_handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/pe_get_ntdll_module_handle.c b/src/modules/pe_get_ntdll_module_handle.c index 72f81ec..df5f4cd 100644 --- a/src/modules/pe_get_ntdll_module_handle.c +++ b/src/modules/pe_get_ntdll_module_handle.c @@ -10,7 +10,7 @@ #include #include "pe_impl.h" -pe_api + void * pe_get_ntdll_module_handle(void) { struct pe_peb_ldr_data * peb_ldr_data; -- cgit v1.2.3