1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Make outfile constant.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2018-11-12 07:14:34 +00:00
parent 0d1467b199
commit 0f47072b78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340359

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;