summaryrefslogtreecommitdiff
path: root/lib/ZGetLocs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZGetLocs.c')
-rw-r--r--lib/ZGetLocs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZGetLocs.c b/lib/ZGetLocs.c
index 3c2c3c9..bf9109d 100644
--- a/lib/ZGetLocs.c
+++ b/lib/ZGetLocs.c
@@ -19,7 +19,7 @@
#define min(a,b) ((a)<(b)?(a):(b))
Code_t ZGetLocations(location,numlocs)
- char *location[];
+ ZLocations_t *location;
int *numlocs;
{
int i;