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-corelocation.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/location-corelocation.m') diff --git a/src/location-corelocation.m b/src/location-corelocation.m index c53ed14..035dda7 100644 --- a/src/location-corelocation.m +++ b/src/location-corelocation.m @@ -256,10 +256,10 @@ corelocation_free(struct location_state *state) static void -corelocation_print_help(FILE *f) +corelocation_print_help(void) { - fputs(_("Use the location as discovered by the Corelocation provider.\n"), f); - fputs("\n", f); + printf(_("Use the location as discovered by the Corelocation provider.\n")); + printf("\n"); } -- cgit v1.2.3-70-g09d2