Commit 74c39bc6 authored by Mans Rullgard's avatar Mans Rullgard

eval-test: make table static const

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 10e645e9
......@@ -564,7 +564,8 @@ int main(int argc, char **argv)
{
int i;
double d;
const char **expr, *exprs[] = {
const char *const *expr;
static const char *const exprs[] = {
"",
"1;2",
"-20",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment