Skip to content
Snippets Groups Projects
Commit b043985b authored by Robert Haas's avatar Robert Haas
Browse files

Fix error hint style.

Mistake caught by Tom Lane.
parent f7347438
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ b64_decode(const char *src, unsigned len, char *dst)
ereport(ERROR,
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
errmsg("invalid base64 end sequence"),
errhint("input data is missing padding, truncated, or otherwise corrupted")));
errhint("Input data is missing padding, truncated, or otherwise corrupted.")));
return p - dst;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment