Fix a typo in the last commit

This commit is contained in:
Gregory Nutt 2016-10-06 10:52:43 -06:00
parent 98855649c2
commit 861f935a70

View File

@ -481,7 +481,7 @@ FAR void *CNxServer::listener(FAR void *arg)
CNxServer *This = (CNxServer*)arg;
#ifdef CONFIG_TASK_NAME_SIZE > 0
#if CONFIG_TASK_NAME_SIZE > 0
prctl(PR_SET_NAME, "CNxServer::listener", 0);
#endif