diff options
Diffstat (limited to 'src/gamma-randr.c')
-rw-r--r-- | src/gamma-randr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gamma-randr.c b/src/gamma-randr.c index f10a95b..1ccd277 100644 --- a/src/gamma-randr.c +++ b/src/gamma-randr.c @@ -35,11 +35,11 @@ randr_create(struct gamma_state **state_out) static void -randr_print_help(FILE *f) +randr_print_help(void) { - fputs(_("Adjust gamma ramps with the X RANDR extension.\n"), f); - fputs("\n", f); - direct_print_help(f, LIBGAMMA_METHOD_X_RANDR); + printf(_("Adjust gamma ramps with the X RANDR extension.\n")); + printf("\n"); + direct_print_help(LIBGAMMA_METHOD_X_RANDR); } |