diff options
Diffstat (limited to 'apps/status.c')
-rw-r--r-- | apps/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index 03a69dd210..42204a6ee6 100644 --- a/apps/status.c +++ b/apps/status.c @@ -63,7 +63,7 @@ struct status_info { bool battery_safe; bool redraw_volume; /* true if the volume gauge needs updating */ #if CONFIG_LED == LED_VIRTUAL - bool led; /* disk LED simulation in the status bar */ + bool led; /* disk LED simulation in the status bar */ #endif #ifdef HAVE_USB_POWER bool usb_power; |