summaryrefslogtreecommitdiff
path: root/test/newton_fit.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/newton_fit.c')
-rw-r--r--test/newton_fit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/newton_fit.c b/test/newton_fit.c
index 9648fbfd9a..07c35aad2a 100644
--- a/test/newton_fit.c
+++ b/test/newton_fit.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -126,7 +126,7 @@ static int test_newton_fit_calculate(void)
return EC_SUCCESS;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
test_reset();