]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/_doprnt.c
Daily bump.
[thirdparty/gcc.git] / libiberty / _doprnt.c
index 33c0763bff03bbabb408361a1d79226fbeeb1579..12c3ac0dfe6147e10330d4bf42574480235d3f8a 100644 (file)
@@ -1,5 +1,5 @@
 /* Provide a version of _doprnt in terms of fprintf.
-   Copyright (C) 1998-2018 Free Software Foundation, Inc.
+   Copyright (C) 1998-2024 Free Software Foundation, Inc.
    Contributed by Kaveh Ghazi  (ghazi@caip.rutgers.edu)  3/29/98
 
 This program is free software; you can redistribute it and/or modify it
@@ -55,7 +55,6 @@ Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
         putc(CHAR, stream); \
         ptr++; \
         total_printed++; \
-        continue; \
      } while (0)
 
 #define PRINT_TYPE(TYPE) \