Skip to content

Commit

Permalink
minor syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjboyer committed Jan 31, 2012
1 parent ec84620 commit 0ba83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblouis/compileTranslationTable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1992,8 +1992,8 @@ passGetAttributes ()
static int
passGetEmphasis ()
{
passLinepos++;
int more = 1;
passLinepos++;
passEmphasis = 0;
while (more)
{
Expand Down

0 comments on commit 0ba83ee

Please sign in to comment.