tidying
[exim.git] / src / src / string.c
index af187c1992e13384795091e03946117bc2c2a584..379be2035c6d457d85e14cdb250e836faf0164ec 100644 (file)
@@ -649,7 +649,7 @@ uschar * t, * yield;
 /* First find the end of the string */
 
 if (*s != '\"')
-  while (*s && !isspace(*s)) s++;
+  Uskip_nonwhite(&s);
 else
   {
   s++;