aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-17 18:51:45 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-17 18:51:45 +0000
commita683ee81d918f338a8335d4f03057106b701afec (patch)
tree0d6fa23ebe6b2c0f3ffc26b2e848e3b480804573 /applets.h
parente5aef92e22172d36152bae6e15d5c0419c758121 (diff)
downloadbusybox-a683ee81d918f338a8335d4f03057106b701afec.tar.gz
"I will always compile before I commit."
"I will always compile before I commit." "I will always compile before I commit." -Erik
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets.h b/applets.h
index a2d73bc59..f21a49076 100644
--- a/applets.h
+++ b/applets.h
@@ -371,5 +371,5 @@ const struct BB_applet applets[] = {
};
/* The -1 arises because of the {0,NULL,0,NULL} entry above. */
-#define NUM_APPLETS (sizeof (applets) / sizeof (struct BB_applet) - 1)
+size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1);