Revision 60cbfb95

b/monitor.c
1936 1936
    { NULL },
1937 1937
};
1938 1938

  
1939
static void expr_error(const char *fmt)
1939
static void expr_error(const char *msg)
1940 1940
{
1941
    term_printf(fmt);
1942
    term_printf("\n");
1941
    term_printf("%s\n", msg);
1943 1942
    longjmp(expr_env, 1);
1944 1943
}
1945 1944

  

Also available in: Unified diff