Fix portability problem (result of getopt is int, not char).

REL7_2_STABLE
Tom Lane 24 years ago
parent bf6992b499
commit 8ff263f362
  1. 2
      src/tools/entab/entab.c

@ -45,8 +45,8 @@ char **argv;
*src,
*dst,
quote_char,
ch,
*cp;
int ch;
FILE *in_file;
if ((cp = strrchr(argv[0], '/')) != NULL)

Loading…
Cancel
Save