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