From 53a5351d907ef4eacd463a48a86d35b2b70b9f60 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 23 Aug 1999 22:40:00 +0000 Subject: import gdb-1999-08-23 snapshot --- gdb/stabsread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/stabsread.c') diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 98f377a88f8..464fce1701d 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; } -- cgit v1.2.1