Commit 24cb46d2 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Error.c: reformat comments

parent b1d15688
......@@ -397,9 +397,8 @@ char *nxagentGetRootPath(void)
#endif
/*
* We will determine the root NX directory
* based on the NX_HOME or HOME directory
* settings.
* We will determine the root NX directory based on the NX_HOME
* or HOME directory settings.
*/
char *homeEnv = nxagentGetHomePath();
......@@ -490,10 +489,9 @@ char *nxagentGetSessionPath(void)
if (*nxagentSessionDir == '\0')
{
/*
* If nxagentSessionId does not exist we
* assume that the sessionPath cannot be
* realized and do not use the clients
* log file.
* If nxagentSessionId does not exist we assume that the
* sessionPath cannot be realized and do not use the clients log
* file.
*/
if (*nxagentSessionId == '\0')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment