diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-07 11:55:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-07 11:55:37 +0000 |
| commit | 4db84b4d1e49e73f0d1ab8a76e88d20fd38b08ed (patch) | |
| tree | 1fd606c9c468a69defa1a20031688c1b5a7f86de /usr.sbin/sysinstall/options.c | |
| parent | 27e79e1d84c12731f2573b35eaf9839ff45ef082 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
| -rw-r--r-- | usr.sbin/sysinstall/options.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index e4b241e37d8c..3267eb160f64 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.4 1995/10/06 08:47:40 jkh Exp $ + * $Id: options.c,v 1.5 1995/10/06 11:14:43 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -264,12 +264,12 @@ optionsEditor(char *str) case 'Q': clear(); dialog_clear(); - return 0; + return RET_SUCCESS; default: beep(); } } /* NOTREACHED */ - return 0; + return RET_SUCCESS; } |
