diff options
Diffstat (limited to 'src/util/fontxlfd.c')
-rw-r--r-- | src/util/fontxlfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/fontxlfd.c b/src/util/fontxlfd.c index 141a564..0a4be1d 100644 --- a/src/util/fontxlfd.c +++ b/src/util/fontxlfd.c @@ -448,6 +448,7 @@ FontParseXLFDName(char *fname, FontScalablePtr vals, int subst) break; case FONT_XLFD_REPLACE_STAR: replaceChar = '*'; + /* FALLTHROUGH */ case FONT_XLFD_REPLACE_ZERO: strlcpy(tmpBuf, ptr2, sizeof(tmpBuf)); ptr5 = tmpBuf + (ptr5 - ptr2); |