Remove debugging statement.
[oweals/busybox.git] / applets.c
index 90667e52e50918f62b89eabb8edf4dc3ce88dd21..ca2de87d4dd2845ef65dfdd45143c66d8084b010 100644 (file)
--- 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)
 {