fix comment on parsefonts()

This commit is contained in:
phillbush 2020-09-22 19:30:31 -03:00
parent c2959cf439
commit 112e23c3e8

View File

@ -233,7 +233,7 @@ error:
errx(1, "improper position: %s", optarg); errx(1, "improper position: %s", optarg);
} }
/* parse color string */ /* parse font string */
static void static void
parsefonts(const char *s) parsefonts(const char *s)
{ {