diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-10-20 20:32:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-10-20 20:32:57 +0000 |
commit | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (patch) | |
tree | 3f3f729ef0455b62fba0c60263ba2c0180f4b4ec /mixedform.c | |
parent | 42c10d5d7d5ba2fde22838d594f29d2f73b3ead2 (diff) |
Notes
Diffstat (limited to 'mixedform.c')
-rw-r--r-- | mixedform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mixedform.c b/mixedform.c index 3da422f37d61..963d25f71343 100644 --- a/mixedform.c +++ b/mixedform.c @@ -1,9 +1,9 @@ /* - * $Id: mixedform.c,v 1.12 2013/09/02 17:02:05 tom Exp $ + * $Id: mixedform.c,v 1.13 2018/06/15 01:23:33 tom Exp $ * * mixedform.c -- implements the mixed form (i.e, typed pairs label/editbox) * - * Copyright 2007-2011,2013 Thomas E. Dickey + * Copyright 2007-2013,2018 Thomas E. Dickey * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License, version 2.1 @@ -49,7 +49,7 @@ dialog_mixedform(const char *title, char **items) { int result; - int choice; + int choice = 0; int i; DIALOG_FORMITEM *listitems; DIALOG_VARS save_vars; |