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