From b3c4e66f9c50d023b13c475897b725358d819c6e Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 11 Dec 2002 01:40:36 +0000 Subject: Remove trailing comma from enum list as a nicety for older compilers. --- libc/sysdeps/linux/common/bits/uClibc_ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/sysdeps/linux/common/bits/uClibc_ctype.h b/libc/sysdeps/linux/common/bits/uClibc_ctype.h index 875070452..7ff62e376 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_ctype.h +++ b/libc/sysdeps/linux/common/bits/uClibc_ctype.h @@ -58,7 +58,7 @@ enum { __CTYPE_space_blank_noncntrl, __CTYPE_cntrl_space_nonblank, __CTYPE_cntrl_space_blank, - __CTYPE_cntrl_nonspace, + __CTYPE_cntrl_nonspace }; /* Some macros that test for various (w)ctype classes when passed one of the -- cgit v1.2.3