Make outfile constant.

MFC after:	2 weeks
This commit is contained in:
delphij 2018-11-12 07:14:34 +00:00
parent 4d82f7cb14
commit c18ab92e2c

View File

@ -77,7 +77,7 @@ main(int argc, char *argv[])
struct stat sb;
int base64;
int ch;
char *outfile;
const char *outfile;
base64 = 0;
outfile = NULL;