changeset 2094:e6895fc25fc7

Cosmetic reorder.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Sep 2019 15:28:11 +0300
parents d4e4c7fadf31
children c1aa23a6ebf5
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Thu Sep 05 14:49:26 2019 +0300
+++ b/mapsearch.c	Thu Sep 05 15:28:11 2019 +0300
@@ -82,8 +82,8 @@
 /* Options
  */
 MAPInfoCtx optMaps[SET_MAX_MAPS];
+int     optNMaps = 0;
 MAPListenerCtx *optListenTo[SET_MAX_LISTEN];
-int     optNMaps = 0;
 int     optNListenTo = 0;
 char    *optSSLCipherList = SET_DEF_CIPHERS;
 struct lws_context *setLWSContext = NULL;