diff options
Diffstat (limited to 'usr.sbin/trsp/trsp.c')
-rw-r--r-- | usr.sbin/trsp/trsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/trsp/trsp.c b/usr.sbin/trsp/trsp.c index 7548c58..2fde4f8 100644 --- a/usr.sbin/trsp/trsp.c +++ b/usr.sbin/trsp/trsp.c @@ -273,7 +273,7 @@ ptime(ms) numeric(c1, c2) caddr_t *c1, *c2; { - + return (*c1 - *c2); } |