changeset 647:afdcd000313c

Add linefeed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Apr 2013 13:26:57 +0300
parents cc4e6ab6120b
children 7303c43bf347
files fontconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fontconv.c	Mon Apr 15 13:26:17 2013 +0300
+++ b/fontconv.c	Mon Apr 15 13:26:57 2013 +0300
@@ -43,6 +43,7 @@
 
             dmArgsPrintHelp(stdout, optList, optListN);
             printf(
+            "\n"
             "This utility can be used to convert TSFONT files to bitmap DMFONT (DMF)\n"
             "files, render TrueType TTF to DMFONT at desired glyph resolution, or\n"
             "cut a PNG (or JPEG) image to glyphs of desired size.\n");