Skip to content

Commit

Permalink
tfman: eliminate unnecessary write
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Mar 23, 2024
1 parent 83a0ca4 commit 1586fe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/man/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ putpara(struct ncplane* p, const char* text){
curend = macend;
break;
}else{
inescape = false;
cur = curend++;
break;
}
Expand Down

0 comments on commit 1586fe4

Please sign in to comment.