Fix incorrect copy-pasto in error message of pg_waldump.c

Michael Paquier <michael@paquier.xyz>

Commit: 2259c661dc4ecd88ac22b5358248f47ca5a5d4fc
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-12-27T03:16:24Z
Releases: 16.0
Fix incorrect copy-pasto in error message of pg_waldump.c

The error message used on fclose() failure was incorrect, so fix it.
Oversight in d497093, that I have somehow managed to miss.

Files

PathChange+/−
src/bin/pg_waldump/pg_waldump.c modified +1 −1