fix warning

This commit is contained in:
Ryan Tharp 2018-06-18 01:44:36 -07:00
parent 75f48aff32
commit 8ee38154e1
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ main(int argc, char *argv[])
bool genMode = false;
bool updMode = false;
int c;
char *rcfname;
char *rcfname = "";
while(1)
{
static struct option long_options[] = {