Remove comma at end of enum.
This commit is contained in:
Ulrich Drepper 2001-02-03 17:06:42 +00:00
parent 99b9b8eca1
commit a5f9233ee2
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
2001-02-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/arm/sys/ucontext.h: File was using crlf.
Remove comma at end of enum.
* elf/dl-init.c: Add a few __builtin_expect.

View file

@ -66,7 +66,7 @@ enum
#define R13 R13
R14 = 14,
#define R14 R14
R15 = 15,
R15 = 15
#define R15 R15
};