diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 11:13:28 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 11:13:28 +0000 |
commit | 2f88a40efa2e8e164b039a823b72e7d39117588d (patch) | |
tree | 10cbb5dc5a5f461a728c053d3a72dcbd158bb571 /applets | |
parent | 70d2f1eaf8ccae2cd81b349e735c2a59d35af365 (diff) | |
download | busybox-w32-2f88a40efa2e8e164b039a823b72e7d39117588d.tar.gz busybox-w32-2f88a40efa2e8e164b039a823b72e7d39117588d.tar.bz2 busybox-w32-2f88a40efa2e8e164b039a823b72e7d39117588d.zip |
Vodz. last_patch_128
- declare applet_using as static from applets.c
- small correction to cmdedit,
previous version cleared history after Ctrl-C
- small spelling correction (by Friedrich Lobenstock)
git-svn-id: svn://busybox.net/trunk/busybox@8544 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index 8bb36dd6a..9dc69f36f 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #undef PROTOTYPES | 37 | #undef PROTOTYPES |
38 | #include "applets.h" | 38 | #include "applets.h" |
39 | 39 | ||
40 | struct BB_applet *applet_using; | 40 | static struct BB_applet *applet_using; |
41 | 41 | ||
42 | /* The -1 arises because of the {0,NULL,0,-1} entry above. */ | 42 | /* The -1 arises because of the {0,NULL,0,-1} entry above. */ |
43 | const size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1); | 43 | const size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1); |