From 15f35ed2ba1d3c269af4c2a71915efcecaa81637 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 3 May 2024 14:16:11 +0100 Subject: [PATCH] Typo --- src/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.c b/src/action.c index dd90e71e..e083704f 100644 --- a/src/action.c +++ b/src/action.c @@ -169,7 +169,7 @@ const char *action_names[] = { "ToggleShade", "ToggleMagnify", "ZoomIn", - "ZoomOut" + "ZoomOut", NULL };