diff options
Diffstat (limited to '')
| -rw-r--r-- | libgeome_netservices.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libgeome_netservices.c b/libgeome_netservices.c index a275b2b..d1f3353 100644 --- a/libgeome_netservices.c +++ b/libgeome_netservices.c @@ -17,7 +17,7 @@ static const char *args3[] = GET("https://geolocation-db.com/json/");  	{\  		.can_fetch = (LIBGEOME_DATUM_LATITUDE | LIBGEOME_DATUM_LONGITUDE),\  		.service_id = (SERVICE_ID), .limit = 2048U, .alarm_seconds = 5U,\ -		.path = "curl", .args = (ARGS)\ +		.path = "curl", .args = (ARGS), .patterned = 0\  	}  const struct libgeome_netservice libgeome_netservices[] = { | 
