diff options
-rw-r--r-- | src/test/test-exec-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-exec-util.c b/src/test/test-exec-util.c index e9e8e21040..4c11f54cef 100644 --- a/src/test/test-exec-util.c +++ b/src/test/test-exec-util.c @@ -22,7 +22,7 @@ #include "tests.h" static int here = 0, here2 = 0, here3 = 0; -void *ignore_stdout_args[] = {&here, &here2, &here3}; +static void *ignore_stdout_args[] = { &here, &here2, &here3 }; /* noop handlers, just check that arguments are passed correctly */ static int ignore_stdout_func(int fd, void *arg) { |