Fix type of gphPvt pointer.

This commit is contained in:
Andrew Johnson
2009-03-20 06:04:00 +00:00
parent 99ff6d9a02
commit 6b212b0e17
+1 -1
View File
@@ -23,7 +23,7 @@
#include "gpHash.h"
#include "registry.h"
static void *gphPvt = 0;
static struct gphPvt *gphPvt = 0;
static void registryInit(int tableSize)
{