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