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/location-geoclue2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/location-geoclue2.c') 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"); } -- cgit v1.2.3-70-g09d2