Compiler quietening: initialisers
[users/jgh/exim.git] / src / src / routers / ipliteral.c
index fb25e695b0b85c705dad3a33f19aab9e597407f6..1abdb043a32bb41b9e25c7dc0662e483c90d3821 100644 (file)
@@ -15,7 +15,7 @@
 empty declarations ("undefined" in the Standard) we put in a dummy value. */
 
 optionlist ipliteral_router_options[] = {
-  { "", opt_hidden, NULL }
+  { "", opt_hidden, {NULL} }
 };
 
 /* Size of the options list. An extern variable has to be used so that its