Skip to content

Commit

Permalink
Get rid of C++ style comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhallen committed Nov 3, 2008
1 parent 900fa3d commit 0354e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublock.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void pinsrect(P *cur, B *tmp, long int width, int usetabs)
P *q = pdup(tmp->bof, USTR "pinsrect"); /* These are for scanning through 'tmp' */
P *r = pdup(q, USTR "pinsrect");

// if (width)
/* if (width) */
while (pset(r, q), p_goto_eol(q), (q->line != tmp->eof->line || piscol(q))) {
pcol(p, cur->xcol);
if (piscol(p) < cur->xcol)
Expand Down

0 comments on commit 0354e01

Please sign in to comment.