diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 98f377a..464fce1 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -3724,7 +3724,8 @@ read_baseclasses (fip, pp, type, objfile) { static struct complaint msg = { - "Unknown visibility `%c' for baseclass", 0, 0}; + "Unknown visibility `%c' for baseclass", 0, 0 + }; complain (&msg, new->visibility); new->visibility = VISIBILITY_PUBLIC; } |