aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /coreutils/uudecode.c
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 63a8d4d48..59768f87e 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -11,7 +11,7 @@
11 * "end" line 11 * "end" line
12 */ 12 */
13//config:config UUDECODE 13//config:config UUDECODE
14//config: bool "uudecode (5.8 kb)" 14//config: bool "uudecode (5.9 kb)"
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: uudecode is used to decode a uuencoded file. 17//config: uudecode is used to decode a uuencoded file.
@@ -178,13 +178,13 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv)
178#endif 178#endif
179 179
180//config:config BASE32 180//config:config BASE32
181//config: bool "base32 (4.9 kb)" 181//config: bool "base32 (5.5 kb)"
182//config: default y 182//config: default y
183//config: help 183//config: help
184//config: Base32 encode and decode 184//config: Base32 encode and decode
185 185
186//config:config BASE64 186//config:config BASE64
187//config: bool "base64 (4.9 kb)" 187//config: bool "base64 (5.3 kb)"
188//config: default y 188//config: default y
189//config: help 189//config: help
190//config: Base64 encode and decode 190//config: Base64 encode and decode