diff --git a/src/spicelib/parser/ifeval.c b/src/spicelib/parser/ifeval.c index 7db707356..bb39622ab 100644 --- a/src/spicelib/parser/ifeval.c +++ b/src/spicelib/parser/ifeval.c @@ -163,7 +163,7 @@ PTeval(INPparseNode * tree, double gmin, double *res, double *vals) return (err); *res = PTbinary(tree -> function) (r1, r2); if (*res == HUGE) { - fprintf(stderr, "Error: %g, %g out of range for %s\n", + fprintf(stderr, "\nError: %g, %g out of range for %s\n", r1, r2, tree->funcname); return (E_PARMVAL); }