1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
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

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