eab7c9759c4a29064aab1143c2eb9d43a3050413
angie
Thu Aug 26 12:44:56 2021 -0700
Fixing typo: there is no webEndText, only webEnd.
diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c
index 2d66dc7..3aa9e22 100644
--- src/hg/hgBlat/hgBlat.c
+++ src/hg/hgBlat/hgBlat.c
@@ -594,31 +594,31 @@
if (!sameString(output, "psl no header"))
pslxWriteHead(stdout, qType, tType);
for (psl = pslList; psl != NULL; psl = psl->next)
pslTabOut(psl, stdout);
if (pslRawOut)
exit(0);
printf("");
printf("
");
}
else if (jsonOut)
{
webStartText();
pslWriteAllJson(pslList, stdout, database, TRUE);
- webEndText();
+ webEnd();
exit(0);
}
else // hyperlink
{
printf("
Go back to %s on the Genome Browser.
\n", browserUrl, posStr); if (useBigPsl) { char *trackName = NULL; char *trackDescription = NULL; getCustomName(database, cart, pslList, &trackName, &trackDescription); psl = pslList;