summaryrefslogtreecommitdiff
path: root/tests/notfound.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notfound.c')
-rw-r--r--tests/notfound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notfound.c b/tests/notfound.c
index ae28c44..38918ad 100644
--- a/tests/notfound.c
+++ b/tests/notfound.c
@@ -28,7 +28,7 @@
#include "tests.h"
#include "testdata.h"
-void check_error(const char *s, int err)
+static void check_error(const char *s, int err)
{
if (err != -FDT_ERR_NOTFOUND)
FAIL("%s return error %s instead of -FDT_ERR_NOTFOUND", s,