From 0644dfde1f691df65851940738aad522857b71aa Mon Sep 17 00:00:00 2001 From: Mattias Andrée 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 --- src/gamma-dummy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gamma-dummy.c') diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index ba9480a..de4b687 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -59,10 +59,10 @@ dummy_free(struct gamma_state *state) static void -dummy_print_help(FILE *f) +dummy_print_help(void) { - fputs(_("Does not affect the display but prints the color temperature to the terminal.\n"), f); - fputs("\n", f); + printf(_("Does not affect the display but prints the color temperature to the terminal.\n")); + printf("\n"); } -- cgit v1.2.3-70-g09d2