summaryrefslogtreecommitdiff
path: root/lib/ZCmpUIDP.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1988-05-17 17:21:01 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1988-05-17 17:21:01 +0000
commit031ec0f258f152c1e20905b381aa7f5974db1f3d (patch)
tree1c15619ec8a5192e2d5095c6efde5e9a47ddc7ce /lib/ZCmpUIDP.c
parent4d21b4b5da809cdf4499190a1e27bff679a90422 (diff)
All sorts of changes for ver 0.2
Diffstat (limited to 'lib/ZCmpUIDP.c')
-rw-r--r--lib/ZCmpUIDP.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ZCmpUIDP.c b/lib/ZCmpUIDP.c
index b97ab10..0571bf0 100644
--- a/lib/ZCmpUIDP.c
+++ b/lib/ZCmpUIDP.c
@@ -20,9 +20,9 @@ static char rcsid_ZCompareUIDPred_c[] = "$Header$";
#include <zephyr/zephyr_internal.h>
-int ZCompareUIDPred(notice,uid)
- ZNotice_t *notice;
- ZUnique_Id_t *uid;
+int ZCompareUIDPred(notice, uid)
+ ZNotice_t *notice;
+ ZUnique_Id_t *uid;
{
- return (ZCompareUID(&notice->z_uid,uid));
+ return (ZCompareUID(&notice->z_uid, uid));
}