Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Feb 2001 17:06:42 +0000 (17:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Feb 2001 17:06:42 +0000 (17:06 +0000)
Remove comma at end of enum.

ChangeLog
sysdeps/unix/sysv/linux/arm/sys/ucontext.h

index 6da8668..3270bd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index f33d863..b858cf8 100644 (file)
@@ -66,7 +66,7 @@ enum
 #define R13    R13
   R14 = 14,
 #define R14    R14
-  R15 = 15,
+  R15 = 15
 #define R15    R15
 };