Commit 0dff1ab5 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Lasse Karstensen

Missing bracket

parent cab1dd62
......@@ -39,7 +39,7 @@ WS_Assert(const struct ws *ws)
{
CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
DSL(DBG_WORKSPACE, 0, "WS(%p = (%s, %p %u %u %u)",
DSL(DBG_WORKSPACE, 0, "WS(%p) = (%s, %p %u %u %u)",
ws, ws->id, ws->s, pdiff(ws->s, ws->f),
ws->r == NULL ? 0 : pdiff(ws->f, ws->r),
pdiff(ws->s, ws->e));
......
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