"%-Ns\n" is more appropriately "%s\n" to avoid adding extraneous
authorkrw <krw@openbsd.org>
Mon, 19 Jun 2023 23:11:19 +0000 (23:11 +0000)
committerkrw <krw@openbsd.org>
Mon, 19 Jun 2023 23:11:19 +0000 (23:11 +0000)
commit8f546ed60efe49abbaf558dae51a99582c19cc93
tree451a6409978684bbceb266b306d14cf0c3fef36a
parentdff2ba73612952104ff94e41a6043431d312642c
"%-Ns\n" is more appropriately "%s\n" to avoid adding extraneous
blanks to the end of the line.

Unexpected line wrapping noticed by kettenis@, cause spotted by deraadt@

Nuke an unused variable in passing.
sbin/fdisk/gpt.c