Skip to content

Commit

Permalink
Update n3lar.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadmarkus committed Aug 21, 2013
1 parent abff21a commit 17f19e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions n3lar.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ int convert_and_render(uint8_t* pixels, int nrows, int ncols, int ldim)
for(j=0; j<CHARW; ++j)
pixels[(r+i)*ldim+(c+j)] = glyph[i*CHARW+j];
}

//
return 1;
}

/*
Expand Down

0 comments on commit 17f19e5

Please sign in to comment.