From 6b212b0e17c73ab2787e4de2e974a9e0eddd043d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 20 Mar 2009 06:04:00 +0000 Subject: [PATCH] Fix type of gphPvt pointer. --- src/libCom/iocsh/registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/iocsh/registry.c b/src/libCom/iocsh/registry.c index efe584aa3..fda15ff44 100644 --- a/src/libCom/iocsh/registry.c +++ b/src/libCom/iocsh/registry.c @@ -23,7 +23,7 @@ #include "gpHash.h" #include "registry.h" -static void *gphPvt = 0; +static struct gphPvt *gphPvt = 0; static void registryInit(int tableSize) {