[rtems commit] dl01/dl-load.c: Add missing const
Joel Sherrill
joel at rtems.org
Mon Nov 3 00:46:32 UTC 2014
Module: rtems
Branch: master
Commit: c58f90bfe8c0dfc7d4aa143d43d1eea1f4be59f8
Changeset: http://git.rtems.org/rtems/commit/?id=c58f90bfe8c0dfc7d4aa143d43d1eea1f4be59f8
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Sun Nov 2 18:54:55 2014 -0600
dl01/dl-load.c: Add missing const
---
testsuites/libtests/dl01/dl-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testsuites/libtests/dl01/dl-load.c b/testsuites/libtests/dl01/dl-load.c
index cd63cc5..e8f84bd 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" };
More information about the vc
mailing list