aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/tests/test_aksettings_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_implementation/tests/test_aksettings_read.c')
-rw-r--r--c_implementation/tests/test_aksettings_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_implementation/tests/test_aksettings_read.c b/c_implementation/tests/test_aksettings_read.c
index ddef12f..e4a1061 100644
--- a/c_implementation/tests/test_aksettings_read.c
+++ b/c_implementation/tests/test_aksettings_read.c
@@ -2,7 +2,7 @@
#include <libaklog.h>
#include <stdio.h>
-void test_ak_settings_from_file()
+static void test_ak_settings_from_file()
{
printf("Testing: %s\n", __func__);
if (!ak_settings_load_settings_binary()) {