summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 20:31:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 20:31:54 +0000
commitc8c0ec4f3e6e58519a45341121531baa3e4c6f10 (patch)
tree164ccfdd59038ce5d93808789969163413e97f37
parente22652b8670c85c11bed70615d97273d455d58a9 (diff)
downloadpx4-nuttx-c8c0ec4f3e6e58519a45341121531baa3e4c6f10.tar.gz
px4-nuttx-c8c0ec4f3e6e58519a45341121531baa3e4c6f10.tar.bz2
px4-nuttx-c8c0ec4f3e6e58519a45341121531baa3e4c6f10.zip
Missing right comment delimiter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3800 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/include/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/stdint.h b/nuttx/include/stdint.h
index 26bcce4db..64667c794 100755
--- a/nuttx/include/stdint.h
+++ b/nuttx/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