aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-w32gdi.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-23 19:25:39 +0100
committerMattias Andrée <m@maandree.se>2025-03-23 19:25:39 +0100
commit0644dfde1f691df65851940738aad522857b71aa (patch)
tree21c3e7756d9acb1a67884cb1fce14d2e2319f185 /src/gamma-w32gdi.c
parentAdd ability to select multiple screens (diff)
downloadredshift-ng-0644dfde1f691df65851940738aad522857b71aa.tar.gz
redshift-ng-0644dfde1f691df65851940738aad522857b71aa.tar.bz2
redshift-ng-0644dfde1f691df65851940738aad522857b71aa.tar.xz
Clean up
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/gamma-w32gdi.c')
-rw-r--r--src/gamma-w32gdi.c8
1 files changed, 4 insertions, 4 deletions
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);
}