1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-30 05:39:12 +02:00

Fix typo.

This commit is contained in:
Cynthia Shang 2020-07-06 12:04:35 -04:00 committed by David Steele
parent cf284fbe8a
commit 8409ab7b2b

View File

@ -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("");