From d8334b9a912e860953b2835738dc89244c80027f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Oct 1998 20:36:52 +0000 Subject: Update. (printf_unknown): Add label all_done. --- stdio-common/vfprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/vfprintf.c') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index fdf5102846..bc005f9f32 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -1587,6 +1587,7 @@ printf_unknown (FILE *s, const struct printf_info *info, if (info->spec != '\0') outchar (info->spec); + all_done: return done; } -- cgit 1.4.1