diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /scripts/config/dialog.h | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'scripts/config/dialog.h')
-rw-r--r-- | scripts/config/dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config/dialog.h b/scripts/config/dialog.h index 8116cee36..6486cc8f7 100644 --- a/scripts/config/dialog.h +++ b/scripts/config/dialog.h | |||
@@ -86,7 +86,7 @@ | |||
86 | #define ACS_DARROW 'v' | 86 | #define ACS_DARROW 'v' |
87 | #endif | 87 | #endif |
88 | 88 | ||
89 | /* | 89 | /* |
90 | * Attribute names | 90 | * Attribute names |
91 | */ | 91 | */ |
92 | #define screen_attr attributes[0] | 92 | #define screen_attr attributes[0] |
@@ -162,7 +162,7 @@ int dialog_msgbox (const char *title, const char *prompt, int height, | |||
162 | int width, int pause); | 162 | int width, int pause); |
163 | int dialog_textbox (const char *title, const char *file, int height, int width); | 163 | int dialog_textbox (const char *title, const char *file, int height, int width); |
164 | int dialog_menu (const char *title, const char *prompt, int height, int width, | 164 | int dialog_menu (const char *title, const char *prompt, int height, int width, |
165 | int menu_height, const char *choice, int item_no, | 165 | int menu_height, const char *choice, int item_no, |
166 | struct dialog_list_item ** items); | 166 | struct dialog_list_item ** items); |
167 | int dialog_checklist (const char *title, const char *prompt, int height, | 167 | int dialog_checklist (const char *title, const char *prompt, int height, |
168 | int width, int list_height, int item_no, | 168 | int width, int list_height, int item_no, |