]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/structs.h
Make printf of gstring null-safe
[user/henk/code/exim.git] / src / src / structs.h
index 3f237fce5a6bf1b34f57916a99c690f2d2d4a27d..9d2a76ef2985ea3d684ca271fbf40ee6d119a56f 100644 (file)
@@ -469,8 +469,8 @@ typedef struct ip_address_item {
 /* Structure for chaining together arbitrary strings. */
 
 typedef struct string_item {
-  struct string_item *next;
-  uschar *text;
+  struct string_item * next;
+  uschar *             text;
 } string_item;
 
 /* Information about a soft delivery failure, for use when calculating