mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Some more coding style fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31374 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b40d2a3cf3
commit
57c16e9001
@ -338,7 +338,7 @@ void LyXServerMonitor::closePipes()
|
||||
buffer[BUFSIZE - 1] = '\0';
|
||||
::write(pipein, buffer, strlen(buffer));
|
||||
}
|
||||
/* Say goodbye */
|
||||
// Say goodbye
|
||||
snprintf(buffer, BUFSIZE - 1, "LYXSRV:%s:bye\n",
|
||||
clientname.toUtf8().constData());
|
||||
buffer[BUFSIZE - 1] = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user