Missing right comment delimiter

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3800 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-07-19 20:31:54 +00:00
parent 118a2dd458
commit f1f08a4297

View File

@ -167,7 +167,7 @@
#define UINT64_C(x) x ## ULL
#endif
/* Macros for greatest-width integer constant expressions
/* Macros for greatest-width integer constant expressions */
#ifdef CONFIG_HAVE_LONG_LONG
# define INTMAX_C(x) x ## LL