Fix warning caused by missing comment closing */. From David Sidrane.

This commit is contained in:
Gregory Nutt 2014-12-30 06:22:18 -06:00
parent b4f235c33f
commit cf651e0ce3
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
# endif
# define USRWORK LPWORK /* Redirect user-mode references */
#endif /* CONFIG_LIB_USRWORK && !__KERNEL__
#endif /* CONFIG_LIB_USRWORK && !__KERNEL__ */
/****************************************************************************
* Public Types