From 15576268971168108f289cac6d6ecc6fdbb5075e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 24 Jun 2001 06:09:14 +0000 Subject: Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match the actual definition. -Erik --- applets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets.c') diff --git a/applets.c b/applets.c index 90667e52e..ca2de87d4 100644 --- a/applets.c +++ b/applets.c @@ -74,7 +74,7 @@ static int applet_name_compare(const void *x, const void *y) return strcmp(name, applet->name); } -extern size_t NUM_APPLETS; +extern const size_t NUM_APPLETS; struct BB_applet *find_applet_by_name(const char *name) { -- cgit v1.2.3