Skip to content
Snippets Groups Projects
Commit 5b1b3ef7 authored by Tom Lane's avatar Tom Lane
Browse files

Adjust mbutils.c so it won't get broken by future pgindent runs.

To do that, replace L'\0' by (WCHAR) 0.  Perhaps someday we should teach
pgindent about wide-character literals, but so long as this is the only
use-case in the entire Postgres sources, a workaround seems easier.
parent e3243488
No related branches found
No related tags found
Loading
Loading
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