Commit e7817824 authored by Walid Boudebouda's avatar Walid Boudebouda

panic: Fix typo

parent 08d4e804
...@@ -786,7 +786,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond, ...@@ -786,7 +786,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond,
break; break;
case VAS_MISSING: case VAS_MISSING:
VSB_printf(pan_vsb, VSB_printf(pan_vsb,
"Missing errorhandling code in %s(), %s line %d:\n" "Missing error handling code in %s(), %s line %d:\n"
" Condition(%s) not true.\n", " Condition(%s) not true.\n",
func, file, line, cond); func, file, line, cond);
break; break;
......
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