summaryrefslogtreecommitdiff
path: root/extra/lightbar/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lightbar/input.c')
-rw-r--r--extra/lightbar/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lightbar/input.c b/extra/lightbar/input.c
index e6c5485e39..5b605600ea 100644
--- a/extra/lightbar/input.c
+++ b/extra/lightbar/input.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 The Chromium OS Authors. All rights reserved.
+ * Copyright 2014 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -32,7 +32,7 @@ char *get_input(const char *prompt)
return line;
}
-#else /* no readline */
+#else /* no readline */
char *get_input(const char *prompt)
{