Skip to content

Commit

Permalink
Use correct symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Jan 23, 2020
1 parent 5df3713 commit 2b69f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartypants.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ smarty_hbuf(struct lowdown_node *n, size_t *maxn, hbuf *b, struct smarty *s)
if (!smarty_right_wb(n, i + sz))
continue;
smarty_entity(n, maxn, i,
i + sz, syms[j].ent);
i + sz, syms2[j].ent);
return;
}
break;
Expand Down

0 comments on commit 2b69f7f

Please sign in to comment.