diff options
Diffstat (limited to 'applets/applets.c')
-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 d370e6a00..9db16b41d 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -475,7 +475,7 @@ static void parse_config_file(void) | |||
475 | 475 | ||
476 | /* Encountering configuration lines prior to seeing a | 476 | /* Encountering configuration lines prior to seeing a |
477 | * section header is treated as an error. This is how | 477 | * section header is treated as an error. This is how |
478 | * the old code worked, but it may not be desireable. | 478 | * the old code worked, but it may not be desirable. |
479 | * We may want to simply ignore such lines in case they | 479 | * We may want to simply ignore such lines in case they |
480 | * are used in some future version of busybox. */ | 480 | * are used in some future version of busybox. */ |
481 | if (!section) { | 481 | if (!section) { |