diff --git a/PDP11/pdp11_cr.c b/PDP11/pdp11_cr.c index 5faea762..641f7c34 100644 --- a/PDP11/pdp11_cr.c +++ b/PDP11/pdp11_cr.c @@ -403,7 +403,7 @@ static const int *codeTbl = /* punch translation tabl #endif static struct trans { const char *const name; - const int *const table; + const int *table; } transcodes[] = { { "DEFAULT", o29_code, }, { "026", o26_dec_code, },