---
drw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drw.c b/drw.c
index f49200b..80e3c39 100644
--- a/drw.c
+++ b/drw.c
_AT_@ -161,7 +161,7 @@ drw_load_fonts(Drw* drw, const char *fonts[], size_t fontcount)
for (i = 0; i < fontcount; i++) {
if (drw->fontcount >= DRW_FONT_CACHE_SIZE) {
- die("font cache exhausted.\n");
+ die("Font cache exhausted.\n");
} else if ((font = drw_font_xcreate(drw, fonts[i], NULL))) {
drw->fonts[drw->fontcount++] = font;
}
--
2.8.0
Received on Sun Apr 24 2016 - 22:35:51 CEST
This archive was generated by hypermail 2.3.0 : Sun Apr 24 2016 - 22:36:16 CEST