Commit 697fd444 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Drop extra colon (:)

parent 271e1c52
......@@ -111,7 +111,7 @@ vcc_ParseImport(struct vcc *tl)
if (hdl == NULL) {
VSB_printf(tl->sb, "Could not load VMOD %.*s\n", PF(mod));
VSB_printf(tl->sb, "\tFile name: %s\n", fn);
VSB_printf(tl->sb, "\tdlerror:: %s\n", dlerror());
VSB_printf(tl->sb, "\tdlerror: %s\n", dlerror());
vcc_ErrWhere(tl, mod);
return;
}
......
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