tidying
[exim.git] / src / src / utf8.c
index 255383051ba010d5939bf3d5dc678af4e5bcbb70..4647785b9da36fdb2492c15618568e85bf60cf91 100644 (file)
@@ -68,7 +68,7 @@ any mixed-case annotation.  This does not really matter for a domain. */
     break;
     }
   }
-if ((rc = idn2_lookup_u8(CCS s, &s1, IDN2_NFC_INPUT)) != IDN2_OK)
+if ((rc = idn2_lookup_u8((const uint8_t *) s, &s1, IDN2_NFC_INPUT)) != IDN2_OK)
   {
   if (err) *err = US idn2_strerror(rc);
   return NULL;