From f1f08a429719f99374f3ccbb828fefda2952c141 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 Jul 2011 20:31:54 +0000 Subject: [PATCH] Missing right comment delimiter git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3800 42af7a65-404d-4744-a932-0658087f49c3 --- include/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdint.h b/include/stdint.h index 26bcce4dba..64667c7949 100755 --- a/include/stdint.h +++ b/include/stdint.h @@ -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