From ec825a08f9c6a36248b92fa025be2d1d1e045d48 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 27 Feb 2004 20:18:54 +0000 Subject: [PATCH] Cosmetic fix. --- lib/tld.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/tld.c b/lib/tld.c index 22433bf..94d163d 100644 --- a/lib/tld.c +++ b/lib/tld.c @@ -279,9 +279,7 @@ tld_check_4t (const uint32_t * in, size_t inlen, size_t * errpos, if (rc != TLD_SUCCESS) { if (errpos) - { - *errpos = ipos - in; - } + *errpos = ipos - in; return rc; } ipos++; -- 2.11.4.GIT