Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/tools/font/bdf2c.pl

    rf1380b7 r28a5ebd  
    106106
    107107print "\n";
    108 print "uint16_t fb_font_glyph(const wchar_t ch)\n";
     108print "uint16_t fb_font_glyph(const char32_t ch)\n";
    109109print "{\n";
    110110print "\tif (ch == 0x0000)\n";
Note: See TracChangeset for help on using the changeset viewer.