diff options
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 6 |
1 files changed, 3 insertions, 3 deletions
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"); } |