Fix bba typo

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-07-26 18:02:50 +02:00
parent c37d2baaf6
commit 863432d350

View File

@ -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;