Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4187 → Rev 4188

/trunk/contrib/font/bdf2c.pl
105,7 → 105,7
print "#define FONT_SCANLINES " . $height . "\n";
 
print "\n";
print "index_t fb_font_glyph(const wchar_t ch)\n";
print "uint16_t fb_font_glyph(const wchar_t ch)\n";
print "{\n";
print "\tif (ch == 0x0000)\n";
print "\t\treturn 0;\n\n";