aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-geoclue2.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/location-geoclue2.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/location-geoclue2.c')
-rw-r--r--src/location-geoclue2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c
index ced6eb8..199db2d 100644
--- a/src/location-geoclue2.c
+++ b/src/location-geoclue2.c
@@ -396,10 +396,10 @@ geoclue2_free(struct location_state *state)
static void
-geoclue2_print_help(FILE *f)
+geoclue2_print_help(void)
{
- fputs(_("Use the location as discovered by a GeoClue2 provider.\n"), f);
- fputs("\n", f);
+ printf(_("Use the location as discovered by a GeoClue2 provider.\n"));
+ printf("\n");
}