mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Add semicolon so snprintf.c goto has a statement to attach to:
nochar: /* nothing */ ; /* semicolon required because a goto has to be attached to a statement */
This commit is contained in:
parent
0542b1e2fe
commit
e3ebe2521e
@ -83,7 +83,7 @@ typedef unsigned long ulong_long;
|
||||
* causing nast effects.
|
||||
**************************************************************/
|
||||
|
||||
/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.5 2005/02/22 03:56:22 momjian Exp $";*/
|
||||
/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.6 2005/02/22 04:57:24 momjian Exp $";*/
|
||||
static char *end;
|
||||
static int SnprfOverflow;
|
||||
|
||||
@ -469,6 +469,7 @@ performpr:
|
||||
dopr_outch(ch);
|
||||
nochar:
|
||||
/* nothing */
|
||||
; /* semicolon required because a goto has to be attached to a statement */
|
||||
}
|
||||
*output = '\0';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user