diff options
Diffstat (limited to 'src/location-corelocation.m')
-rw-r--r-- | src/location-corelocation.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location-corelocation.m b/src/location-corelocation.m index 222abe9..f4a3afb 100644 --- a/src/location-corelocation.m +++ b/src/location-corelocation.m @@ -227,8 +227,7 @@ location_corelocation_print_help(FILE *f) } static int -location_corelocation_set_option( - struct location_state *state, const char *key, const char *value) +location_corelocation_set_option(struct location_state *state, const char *key, const char *value) { weprintf(_("Unknown method parameter: `%s'."), key); return -1; |