From e5a3ec92198c4de7751f5c36be44498af6f775e6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 9 Jun 2026 22:50:33 -0400 Subject: [PATCH] follow-up: whitespace bit --- doc/fixes5-0-1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 22147068f..c3f747534 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -171,7 +171,7 @@ MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan CTRL-home, CTRL-page up, CTRL page down and CTRL-end (pr #1579 by chasonr) MS-DOS: 16 color mode: Set the panning direction so CTRL-left and CTRL-right - pan in the same direction as 3.4.3. (pr #1579 by chasonr) + pan in the same direction as 3.4.3. (pr #1579 by chasonr) musl: musl libc does not have __sighandler_t so don't use it in the macro definition for SIG_RET_TYPE with musl WASM: resolve some build failures in 'make CROSS_TO_WASM=1'