summaryrefslogtreecommitdiff
path: root/common/als.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/als.c')
-rw-r--r--common/als.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/als.c b/common/als.c
index 96a1550570..6e80b23548 100644
--- a/common/als.c
+++ b/common/als.c
@@ -118,6 +118,5 @@ static int command_als(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(als, command_als,
NULL,
- "Print ALS values",
- NULL);
+ "Print ALS values");
#endif