constify
[exim.git] / src / src / drtables.c
index f1053bbdae1cdacd775756d70ee25f3cd1054437..7fa8ca4699cb5855d9e619a56bde703a7f1a793e 100644 (file)
@@ -546,8 +546,7 @@ if (lookup_list[pos])
   /* need to insert it, so move all the other items up
   (last slot is still empty, of course) */
 
-  memmove(&lookup_list[pos+1],
-         &lookup_list[pos],
+  memmove(&lookup_list[pos+1], &lookup_list[pos],
          sizeof(lookup_info *) * (lookup_list_count-pos-1));
   }
 lookup_list[pos] = info;