From 0644dfde1f691df65851940738aad522857b71aa Mon Sep 17 00:00:00 2001
From: Mattias Andrée <m@maandree.se>
Date: Sun, 23 Mar 2025 19:25:39 +0100
Subject: Clean up
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Mattias Andrée <m@maandree.se>
---
 src/gamma-w32gdi.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'src/gamma-w32gdi.c')

diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c
index 4f766a2..751d9fd 100644
--- a/src/gamma-w32gdi.c
+++ b/src/gamma-w32gdi.c
@@ -35,11 +35,11 @@ w32gdi_create(struct gamma_state **state_out)
 
 
 static void
-w32gdi_print_help(FILE *f)
+w32gdi_print_help(void)
 {
-	fputs(_("Adjust gamma ramps with the Windows GDI.\n"), f);
-	fputs("\n", f);
-	direct_print_help(f, LIBGAMMA_METHOD_W32_GDI);
+	printf(_("Adjust gamma ramps with the Windows GDI.\n"));
+	printf("\n");
+	direct_print_help(LIBGAMMA_METHOD_W32_GDI);
 }
 
 
-- 
cgit v1.2.3-70-g09d2