X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/89b640fbfe885673d18b9232f2b8a60ce173a897..c4d932d08940f689b39b654a714f9ef3657690a9:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index 1bf62ce4..cb11a776 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -127,11 +127,10 @@ static struct bind binds[] = { void mts_init (char *name) { - NMH_UNUSED (name); - const char *cp; FILE *fp; static int inited = 0; + NMH_UNUSED (name); if (inited++ || (fp = fopen (get_mtsconf_pathname(), "r")) == NULL) return;