summaryrefslogtreecommitdiff
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-05-13 06:29:14 +0000
committerJörg Mayer <jmayer@loplof.de>2009-05-13 06:29:14 +0000
commit21dd65ec11c55d969b0f8689c9736ef0e5bfeb35 (patch)
tree1e536e80fe250bd07114332892bebf2b8bbb91c5 /airpcap_loader.c
parente699ac64984315990f3474c3b6faa378bb019daa (diff)
downloadwireshark-21dd65ec11c55d969b0f8689c9736ef0e5bfeb35.tar.gz
Hmm, HMODULE should have been void*
svn path=/trunk/; revision=28341
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index 6a05ac6641..dbe79bfb1b 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -58,7 +58,7 @@
* We load dynamically the dag library in order link it only when
* it's present on the system
*/
-static void ** AirpcapLib = NULL;
+static void * AirpcapLib = NULL;
/*
* Set to TRUE if the DLL was successfully loaded AND all functions