Coding: use specified-initialisers
[exim.git] / src / src / transport.c
index 6dcc0c7d42f25cb10d1da632a2b7681b10ea200c..65d84e353513a73f3e4efa522ab8c56ae35ff801 100644 (file)
@@ -17,6 +17,7 @@ are other options living inside this structure which can be set only from
 certain transports. */
 
 optionlist optionlist_transports[] = {
+  /*   name            type                                    value */
   { "*expand_group",    opt_stringptr|opt_hidden|opt_public,
                  (void *)offsetof(transport_instance, expand_gid) },
   { "*expand_user",     opt_stringptr|opt_hidden|opt_public,