| Index: include/gdb/gdb-index.h
|
| diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h
|
| index 92c3398b9b1824c53c22336583d2ece61af7b40a..b43c68f9e3b6bb3467c6462e801a74be51b0713e 100644
|
| --- a/include/gdb/gdb-index.h
|
| +++ b/include/gdb/gdb-index.h
|
| @@ -68,7 +68,7 @@ typedef enum {
|
| Give the unused bits a value so gdb will print them sensibly. */
|
| GDB_INDEX_SYMBOL_KIND_UNUSED5 = 5,
|
| GDB_INDEX_SYMBOL_KIND_UNUSED6 = 6,
|
| - GDB_INDEX_SYMBOL_KIND_UNUSED7 = 7,
|
| + GDB_INDEX_SYMBOL_KIND_UNUSED7 = 7
|
| } gdb_index_symbol_kind;
|
|
|
| #define GDB_INDEX_SYMBOL_KIND_SHIFT 28
|
|
|