mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
cosmetics in err()
This commit is contained in:
parent
26151e918a
commit
4c855e3e12
@ -337,8 +337,7 @@ expect(int t)
|
||||
return;
|
||||
s1 = ttoa[t] ? ttoa[t] : "??";
|
||||
s2 = ttoa[t1] ? ttoa[t1] : "??";
|
||||
snprintf(buf, sizeof buf,
|
||||
"%s expected (got %s instead)", s1, s2);
|
||||
sprintf(buf, "%s expected, got %s instead", s1, s2);
|
||||
err(buf);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user