Skip to content

Commit

Permalink
etc.c.curl: Remove a usage of 'in' with scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 authored and dlang-bot committed Jul 19, 2022
1 parent 545f7cf commit c0af021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/c/curl.d
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ void curl_formfree(curl_httppost *form);
* Returns a malloc()'ed string that MUST be curl_free()ed after usage is
* complete. DEPRECATED - see lib/README.curlx
*/
char * curl_getenv(in const(char) *variable);
char * curl_getenv(scope const(char) *variable);

/**
* Name: curl_version()
Expand Down

0 comments on commit c0af021

Please sign in to comment.