This commit is contained in:
Alexandre Ratchov 2014-03-17 18:13:59 +01:00
parent 0c70f95bd5
commit 0594488a66
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ cmap_init(struct cmap *p,
log_puti(p->onext);
log_puts(", istart = ");
log_puti(p->istart);
log_puts(", inext= ");
log_puts(", inext = ");
log_puti(p->inext);
log_puts("\n");
}