mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
errx() already appends \n internally. "\n" in the error message will result in a blank line after the message. die() is just a wrapper around errx() so it receives the same treatment.