Remove superfluous newline in debug

git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@450 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
jocke 2011-03-03 13:41:32 +00:00
parent 1bda0408db
commit 1e3117304f

View File

@ -103,7 +103,7 @@ port_event_dump(port_event_t *evt)
PE_DUMP(PORT_SOURCE_TIMER);
PE_DUMP(PORT_SOURCE_USER);
PE_DUMP(PORT_SOURCE_ALERT);
strcat(&buf[0], ") }\n");
strcat(&buf[0], ") }");
#undef PE_DUMP
out: