1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r14166: Fix const warning.

Jeremy.
This commit is contained in:
Jeremy Allison 2006-03-10 17:51:22 +00:00 committed by Gerald (Jerry) Carter
parent 6b52423033
commit 2ec461ae58

View File

@ -83,7 +83,7 @@ static struct option longopts[] = {
{ NULL, 0, NULL, 0 }
};
char * thisprogram;
const char * thisprogram;
int verboseflg = 0;
static void umount_cifs_usage(void)