summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 20:41:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 20:41:08 +0000
commit5956e64bad49ffd72892ecc34ccfbbc8779a8871 (patch)
tree9144f187b20b77221c15acf6cf2bfcc7c6eead49 /apps
parentf1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9 (diff)
downloadpx4-nuttx-5956e64bad49ffd72892ecc34ccfbbc8779a8871.tar.gz
px4-nuttx-5956e64bad49ffd72892ecc34ccfbbc8779a8871.tar.bz2
px4-nuttx-5956e64bad49ffd72892ecc34ccfbbc8779a8871.zip
Fix a critical font rendering bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3762 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/nxtext/nxtext_putc.c2
1 files changed, 1 insertions, 1 deletions
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)