Eio: remove unnneeded newline

SVN revision: 75752
This commit is contained in:
Vincent Torri 2012-08-28 06:35:23 +00:00
parent 68b40793ab
commit 635a17d057
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ _eio_monitor_win32_watcher_new(Eio_Monitor *monitor, unsigned char is_dir)
msg = evil_last_error_get();
if (msg)
{
ERR("%s\n", msg);
ERR("%s", msg);
free(msg);
}
goto close_event;