summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utctm.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-05-19 12:02:09 +0000
committerBodo Möller <bodo@openssl.org>2000-05-19 12:02:09 +0000
commitc95b7a723f467d32b69b54e368fc666860fcc270 (patch)
treebd229c13daa2577848867e0c1a9ac6903b6d76a2 /crypto/asn1/a_utctm.c
parent5569e1c39a9476838f6ea91fc37c2f8164398e6f (diff)
Fix "FIXME" indentation :-)
Diffstat (limited to 'crypto/asn1/a_utctm.c')
-rw-r--r--crypto/asn1/a_utctm.c4
1 files 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. */
}