mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
ctype.h: Correct some dangling garbage from the last change
This commit is contained in:
@@ -318,7 +318,6 @@ static inline int tolower(int c)
|
||||
#else
|
||||
# define tolower(c) \
|
||||
(((c) >= 'A' && (c) <= 'Z') ? ((c) - 'A' + 'a') : (c))
|
||||
# define
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user