diff options
author | Warner Losh <imp@FreeBSD.org> | 2012-07-24 02:58:10 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2012-07-24 02:58:10 +0000 |
commit | bae61446cfa6a4b67c0197a6c7535190b80c8a3d (patch) | |
tree | 0adf736d61fa3f379fec96cd67783a6029af264e /tests/extra-terminating-null.c | |
parent | b7b62f41399c6bc3ef3f9583dbc35cbd0a28101f (diff) |
Notes
Diffstat (limited to 'tests/extra-terminating-null.c')
-rw-r--r-- | tests/extra-terminating-null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extra-terminating-null.c b/tests/extra-terminating-null.c index bb71b1ab34c7..8a2043f3dd76 100644 --- a/tests/extra-terminating-null.c +++ b/tests/extra-terminating-null.c @@ -28,7 +28,7 @@ #include "tests.h" #include "testdata.h" -void check_extranull(void *fdt, const char *prop, const char *str, int numnulls) +static void check_extranull(void *fdt, const char *prop, const char *str, int numnulls) { int len = strlen(str); char checkbuf[len+numnulls]; |