From d50fd1c42c87caabc3f2418a42c7e9a267f82267 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Mon, 26 Oct 2020 13:23:52 -0400 Subject: [PATCH] Corrected a wayward cut-and-paste error from the last commit. --- extract/ExtBasic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/extract/ExtBasic.c b/extract/ExtBasic.c index d8175087..0dd5cde2 100644 --- a/extract/ExtBasic.c +++ b/extract/ExtBasic.c @@ -1487,7 +1487,6 @@ extOutputParameters(def, transList, outFile) /* Do not output parameters for ignored devices */ if (!strcmp(devptr->exts_deviceName, "Ignore")) continue; - fprintf(outFile, "parameters %s", devptr->exts_deviceName); plist = devptr->exts_deviceParams; if (plist != (ParamList *)NULL) {