db74f36bdb4f9546f9a9ff45ef8b012432962e87
max
Thu Aug 26 12:51:34 2021 -0700
fixing dumb mistake that I made that broke the build, thanks to Angie who found this, refs #28051
diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c
index 2d66dc7..74510ef 100644
--- src/hg/hgBlat/hgBlat.c
+++ src/hg/hgBlat/hgBlat.c
@@ -594,31 +594,30 @@
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();
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;