summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-03-28 21:05:19 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-03-28 21:05:19 +0000
commit5a9ad09fa9242c519a7cc740b3517a8da7fbdd68 (patch)
tree473ea728d188a7cb59feafc52ba4846202eb109f /h
parent9ce7ee31b9249b54ceb0ba95e569dc512bfff853 (diff)
formatting error
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index e9ace2b..088f59a 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -113,7 +113,7 @@ typedef struct _ZNotice_t {
caddr_t z_message;
int z_message_len;
int z_num_hdr_fields;
- char ** z_hdr_fields;
+ char **z_hdr_fields;
} ZNotice_t;
/* Subscription structure */