From 48b5083ca00fa1007ae7f279eaf0ab30e4da1fe8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 16 Feb 2002 11:58:16 +0000 Subject: [PATCH] Missing #endif --- crypto/tmdiff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/tmdiff.c b/crypto/tmdiff.c index aea47598ad..7ebf2b202a 100644 --- a/crypto/tmdiff.c +++ b/crypto/tmdiff.c @@ -228,6 +228,7 @@ int ms_time_cmp(char *ap, char *bp) d= (double)(b->ms_timeb.time-a->ms_timeb.time)+ (((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0; # endif +# endif #endif if (d == 0.0) ret=0; -- 2.25.1