summaryrefslogtreecommitdiff
path: root/test/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fan.c')
-rw-r--r--test/fan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fan.c b/test/fan.c
index a3d53f470c..a781c348d6 100644
--- a/test/fan.c
+++ b/test/fan.c
@@ -104,7 +104,7 @@ static int test_fan(void)
return EC_SUCCESS;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
RUN_TEST(test_fan);