summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-30 06:22:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-30 06:22:18 -0600
commitb4f5ea7311883c5b72afe62ccb8923cffad5bc06 (patch)
tree479cf7cd5dfce77ae906f1dc29d8bd8e8905f6c5 /nuttx
parent83028c33314af423a9e6ab5909253da50d13e992 (diff)
downloadnuttx-b4f5ea7311883c5b72afe62ccb8923cffad5bc06.tar.gz
nuttx-b4f5ea7311883c5b72afe62ccb8923cffad5bc06.tar.bz2
nuttx-b4f5ea7311883c5b72afe62ccb8923cffad5bc06.zip
Fix warning caused by missing comment closing */. From David Sidrane.
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/include/nuttx/wqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/wqueue.h b/nuttx/include/nuttx/wqueue.h
index 446e4c89c..a19478397 100644
--- a/nuttx/include/nuttx/wqueue.h
+++ b/nuttx/include/nuttx/wqueue.h
@@ -268,7 +268,7 @@
# endif
# define USRWORK LPWORK /* Redirect user-mode references */
-#endif /* CONFIG_LIB_USRWORK && !__KERNEL__
+#endif /* CONFIG_LIB_USRWORK && !__KERNEL__ */
/****************************************************************************
* Public Types