Fix bba typo
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
c37d2baaf6
commit
863432d350
@ -351,7 +351,7 @@ int main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case TOK_REF:
|
case TOK_REF:
|
||||||
if (s.tokenComments[i].empty())
|
if (s.tokenComments[i].empty())
|
||||||
printf("ref %s %s\n", labelNames[v].c_str());
|
printf("ref %s\n", labelNames[v].c_str());
|
||||||
else
|
else
|
||||||
printf("ref %-26s %s\n", labelNames[v].c_str(), s.tokenComments[i].c_str());
|
printf("ref %-26s %s\n", labelNames[v].c_str(), s.tokenComments[i].c_str());
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user