]> git.sur5r.net Git - i3/i3lock/commit
Remove \n from errx messages 216/head
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 1 Jan 2019 12:12:39 +0000 (19:12 +0700)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 1 Jan 2019 12:12:39 +0000 (19:12 +0700)
commitaad012484e920b0878fed7691dc6d804a6c3484e
tree6f716723a5131c774c3423acb33fba6cd46c4eb5
parent581f225484000a5d6d5a0fd40ecc2c31fbaf3f50
Remove \n from errx messages

errx() already appends \n internally. "\n" in the error message will
result in a blank line after the message.
i3lock.c