From c58f90bfe8c0dfc7d4aa143d43d1eea1f4be59f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 2 Nov 2014 18:54:55 -0600 Subject: dl01/dl-load.c: Add missing const --- testsuites/libtests/dl01/dl-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/dl01') diff --git a/testsuites/libtests/dl01/dl-load.c b/testsuites/libtests/dl01/dl-load.c index cd63cc5953..e8f84bd5b5 100644 --- a/testsuites/libtests/dl01/dl-load.c +++ b/testsuites/libtests/dl01/dl-load.c @@ -12,7 +12,7 @@ #include "dl-load.h" -typedef int (*call_t)(int argc, char* argv[]); +typedef int (*call_t)(int argc, const char* argv[]); static const char* call_1[] = { "Line 1", "Line 2" }; -- cgit v1.2.3