dl01/dl-load.c: Add missing const

This commit is contained in:
Joel Sherrill
2014-11-02 18:54:55 -06:00
parent def13373fa
commit c58f90bfe8
+1 -1
View File
@@ -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" };