mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
Fix typo.
This commit is contained in:
parent
cf284fbe8a
commit
8409ab7b2b
@ -77,7 +77,7 @@ httpUriDecode(const String *uri)
|
||||
|
||||
String *result = NULL;
|
||||
|
||||
// Encode if the string is not null
|
||||
// Decode if the string is not null
|
||||
if (uri != NULL)
|
||||
{
|
||||
result = strNew("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user