summaryrefslogtreecommitdiff
path: root/lib/ZGetLocs.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-06-30 21:49:13 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-06-30 21:49:13 +0000
commit273243bb3b49c5a41363d7d43aaf0925db0d19ae (patch)
tree5d30d3b54784b93361010915613a5ea0c2aa2f03 /lib/ZGetLocs.c
parent7f773a438f9c3848a6cbce6ec9574ad60e753ec4 (diff)
release time...
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;