diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/dialog/dialog.c | |
parent | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff) | |
download | FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/dialog/dialog.c')
-rw-r--r-- | gnu/usr.bin/dialog/dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/dialog.c b/gnu/usr.bin/dialog/dialog.c index 3056f1e..aafd777 100644 --- a/gnu/usr.bin/dialog/dialog.c +++ b/gnu/usr.bin/dialog/dialog.c @@ -25,7 +25,7 @@ * 19/12/93 - menu will now scroll if there are more items than can fit * on the screen. * - added 'checklist', a dialog box with a list of options that - * can be turned on or off. A list of options that are on is + * can be turned on or off. A list of options that are on is * returned on exit. * * 20/12/93 - Version 0.15 released. @@ -67,7 +67,7 @@ * 13/01/94 - some changes for easier porting to other Unix systems (tested * on Ultrix, SunOS and HPUX) * - Version 0.3 released. - * + * * 08/06/94 - Patches by Stuart Herbert - S.Herbert@shef.ac.uk * Fixed attr_clear and the textbox stuff to work with ncurses 1.8.5 * Fixed the wordwrap routine - it'll actually wrap properly now |