mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Standard pgindent run for 8.1.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.4 2005/07/28 04:03:14 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.5 2005/10/15 02:49:51 momjian Exp $
|
||||
*/
|
||||
|
||||
#include "c.h"
|
||||
@ -115,7 +115,7 @@ getopt_long(int argc, char *const argv[],
|
||||
return BADARG;
|
||||
if (opterr)
|
||||
fprintf(stderr,
|
||||
"%s: option requires an argument -- %s\n",
|
||||
"%s: option requires an argument -- %s\n",
|
||||
argv[0], place);
|
||||
place = EMSG;
|
||||
optind++;
|
||||
|
Reference in New Issue
Block a user