~petersanchez/st

bad6366fdd0f163c1c1f63f96f6bfe61311552ba — Peter Sanchez 8 months ago 6e6012c
Fixing typos from merge
1 files changed, 0 insertions(+), 1 deletions(-)

M st.c
M st.c => st.c +0 -1
@@ 2035,7 2035,6 @@ strhandle(void)
			else if (xsetcolorname(j, p)) {
				if (par == 104 && narg <= 1) {
					return; /* color reset without parameter */
				}
				fprintf(stderr, "erresc: invalid color j=%d, p=%s\n",
				        j, p ? p : "(null)");
			} else {