]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove comma at end of enum.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Feb 2001 17:05:56 +0000 (17:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Feb 2001 17:05:56 +0000 (17:05 +0000)
sysdeps/unix/sysv/linux/arm/sys/ucontext.h

index f33d8639a1c10a89d8aeb13b3083825978f87431..b858cf8c61cd42b1f73ecb135338b9be78cdec27 100644 (file)
@@ -66,7 +66,7 @@ enum
 #define R13    R13
   R14 = 14,
 #define R14    R14
-  R15 = 15,
+  R15 = 15
 #define R15    R15
 };