removed a space letter

This commit is contained in:
hyunghwan.chung 2018-02-06 10:15:09 +00:00
parent 51e68fcee4
commit d4b5f75b30

View File

@ -2382,7 +2382,7 @@ int main (int argc, char* argv[])
moo_logbfmt (moo, MOO_LOG_STDERR, "%s", xtn->source_path);
}
moo_logbfmt (moo, MOO_LOG_STDERR, "[%zu,%zu] syntax error - %js", synerr.loc.line, synerr.loc.colm, moo_synerrnum_to_errstr(synerr.num));
moo_logbfmt (moo, MOO_LOG_STDERR, "[%zu,%zu] syntax error - %js", synerr.loc.line, synerr.loc.colm, moo_synerrnum_to_errstr(synerr.num));
if (synerr.tgt.len > 0)
{