diff options
Diffstat (limited to 'c_implementation/tests/test_aklogwrite.c')
-rw-r--r-- | c_implementation/tests/test_aklogwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_implementation/tests/test_aklogwrite.c b/c_implementation/tests/test_aklogwrite.c index 0fc5d5b..2362e35 100644 --- a/c_implementation/tests/test_aklogwrite.c +++ b/c_implementation/tests/test_aklogwrite.c @@ -1,6 +1,6 @@ #include <libaklog.h> -void test_write() +static void test_write() { ak_log_info(__func__, "test message info"); ak_log_warning(__func__, "test message warning"); |