From c76f0d1d963809769b93f8660e4c966e8cb5e7a7 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 11 Jun 2025 15:27:25 +0200 Subject: [PATCH] Xext: xf86bigfont: fix typo in ProcXF86BigfontQueryFont() Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xf86bigfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index f93917e38..ac6a7dd0d 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -532,7 +532,7 @@ ProcXF86BigfontQueryFont(ClientPtr client) : 0); xXF86BigfontQueryFontReply rep = { - .type = X_Reply; + .type = X_Reply, .length = bytes_to_int32(buflength), .sequenceNumber = client->sequence, .minBounds = pFont->info.ink_minbounds,