diff options
-rw-r--r-- | src/common/shibari_util_canon_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/shibari_util_canon_domain.c b/src/common/shibari_util_canon_domain.c index ece0c9b..b9ea5b8 100644 --- a/src/common/shibari_util_canon_domain.c +++ b/src/common/shibari_util_canon_domain.c @@ -16,5 +16,5 @@ void shibari_util_canon_domain (s6dns_domain_t *canon, s6dns_domain_t const *ori uint8_t len = orig->s[i] ; canon->s[i++] = len ; for (; len-- ; i++) canon->s[i] = tolower(orig->s[i]) ; - } + } } |