aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-17 18:51:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-17 18:51:45 +0000
commit3e7ba777c9c8066ddbe3f513a248b063b03fa882 (patch)
tree0d6fa23ebe6b2c0f3ffc26b2e848e3b480804573 /include/applets.h
parentefe980aa9a42b1c8235ed52ce0298e096c282e96 (diff)
downloadbusybox-w32-3e7ba777c9c8066ddbe3f513a248b063b03fa882.tar.gz
busybox-w32-3e7ba777c9c8066ddbe3f513a248b063b03fa882.tar.bz2
busybox-w32-3e7ba777c9c8066ddbe3f513a248b063b03fa882.zip
"I will always compile before I commit."
"I will always compile before I commit." "I will always compile before I commit." -Erik git-svn-id: svn://busybox.net/trunk/busybox@1324 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index a2d73bc59..f21a49076 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -371,5 +371,5 @@ const struct BB_applet applets[] = {
371}; 371};
372 372
373/* The -1 arises because of the {0,NULL,0,NULL} entry above. */ 373/* The -1 arises because of the {0,NULL,0,NULL} entry above. */
374#define NUM_APPLETS (sizeof (applets) / sizeof (struct BB_applet) - 1) 374size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1);
375 375