Commit 06724dfe authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.c: rephrase comment

parent f92e1a5a
...@@ -483,8 +483,8 @@ Window nxagentCreateIconWindow(void) ...@@ -483,8 +483,8 @@ Window nxagentCreateIconWindow(void)
if (-1 == asprintf(&winname, "%s Icon", nxagentWindowName)) if (-1 == asprintf(&winname, "%s Icon", nxagentWindowName))
{ {
/* If memory allocation wasn't possible, or some other error /* If memory allocation wasn't possible, or some other error
occurs, these functions will return -1, and the contents of occurs, asprintf() will return -1, and the content of
winname are undefined. */ winname is undefined. */
winname = NULL; winname = NULL;
} }
#endif #endif
......
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