]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/error.c
C/C++: fix quoting of "aka" typedef information (PR 62170)
[thirdparty/gcc.git] / gcc / fortran / error.c
index 3ad1cf9ff25c08960f528c609198cab5e9e13e8d..2cece498b319b979a374a7a7e79079759068e35e 100644 (file)
@@ -918,7 +918,7 @@ gfc_notify_std (int std, const char *gmsgid, ...)
 static bool
 gfc_format_decoder (pretty_printer *pp, text_info *text, const char *spec,
                    int precision, bool wide, bool set_locus, bool hash,
-                   bool quoted, const char **buffer_ptr)
+                   bool *quoted, const char **buffer_ptr)
 {
   switch (*spec)
     {