import gdb-1999-08-23 snapshot
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 98f377a88f86a37e5ac19b5b797564c71cc8df3b..464fce1701da36888920ca2328f670f39a992404 100644 (file)
@@ -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;
          }
This page took 0.024015 seconds and 4 git commands to generate.