diff options
Diffstat (limited to 'release/sysinstall/decode.c')
-rw-r--r-- | release/sysinstall/decode.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/release/sysinstall/decode.c b/release/sysinstall/decode.c index 1297fd6..cf1eaee 100644 --- a/release/sysinstall/decode.c +++ b/release/sysinstall/decode.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: decode.c,v 1.3 1995/05/16 02:52:57 jkh Exp $ + * $Id: decode.c,v 1.4 1995/05/17 14:39:35 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -13,8 +13,8 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer, - * verbatim and that no modifications are made prior to this + * notice, this list of conditions and the following disclaimer, + * verbatim and that no modifications are made prior to this * point in the file. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -96,7 +96,7 @@ dispatch(DMenuItem *tmp, char *name) case DMENU_CANCEL: return TRUE; - + case DMENU_SET_VARIABLE: variable_set((char *)tmp->ptr); break; @@ -127,7 +127,7 @@ decode_and_dispatch_multiple(DMenu *menu, char *names) cp = index(names, '\n'); if (cp) - *cp++ = 0; + *cp++ = 0; /* Were no options actually selected? */ if (!*names) return FALSE; |