View | Details | Raw Unified | Return to bug 63092
Collapse All | Expand All

(-)util_expr_eval.c.orig (-1 / +1 lines)
Lines 2191-2197 Link Here
2191
        type = "Binary operator";
2191
        type = "Binary operator";
2192
        break;
2192
        break;
2193
    default:
2193
    default:
2194
        *parms->err = "Inavalid expression type in expr_lookup";
2194
        *parms->err = "Invalid expression type in expr_lookup";
2195
        return !OK;
2195
        return !OK;
2196
    }
2196
    }
2197
    if (   parms->type == AP_EXPR_FUNC_OP_UNARY
2197
    if (   parms->type == AP_EXPR_FUNC_OP_UNARY

Return to bug 63092