From 5956e64bad49ffd72892ecc34ccfbbc8779a8871 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jul 2011 20:41:08 +0000 Subject: Fix a critical font rendering bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3762 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxtext/nxtext_putc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples') diff --git a/apps/examples/nxtext/nxtext_putc.c b/apps/examples/nxtext/nxtext_putc.c index 90170e113..6745b3c87 100644 --- a/apps/examples/nxtext/nxtext_putc.c +++ b/apps/examples/nxtext/nxtext_putc.c @@ -100,7 +100,7 @@ ****************************************************************************/ /**************************************************************************** - * Name: nxtext_renderglyph + * Name: nxtext_freeglyph ****************************************************************************/ static void nxtext_freeglyph(FAR struct nxtext_glyph_s *glyph) -- cgit v1.2.3