From c95b7a723f467d32b69b54e368fc666860fcc270 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 19 May 2000 12:02:09 +0000 Subject: [PATCH] Fix "FIXME" indentation :-) --- crypto/asn1/a_utctm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c index 379c30c769..f6652e7081 100644 --- a/crypto/asn1/a_utctm.c +++ b/crypto/asn1/a_utctm.c @@ -294,7 +294,7 @@ time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s) return timegm(&tm)-offset*60; /* FIXME: timegm is non-standard, * typically we only have mktime (which * interprets the struct tm according to - * the current time zone setting). - * Also time_t is inappropriate for general + * the current time zone setting). + * Also time_t is inappropriate for general * UTC times because it may a 32 bit type. */ } -- 2.34.1