]> git.tue.mpg.de Git - paraslash.git/commit
gui: Add trailing newline to all log messages.
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Jan 2014 16:00:20 +0000 (17:00 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
commiteb8ac00d795be355154f237d7e29f8ecf9999846
tree243009a2c48c32d2f5e43decfab8d4cff82035b8
parent565c034fe5346b83171ba41ef05bc4e2272168f7
gui: Add trailing newline to all log messages.

Currently we have a funny mixture of the two styles. This is no problem
since curses_log() will chop the trailing newline. But let's better
be consistent.
gui.c