summaryrefslogtreecommitdiff
path: root/bdftopcf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdftopcf.c')
-rw-r--r--bdftopcf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdftopcf.c b/bdftopcf.c
index 9049657..63ac129 100644
--- a/bdftopcf.c
+++ b/bdftopcf.c
@@ -45,7 +45,7 @@ main (int argc, char *argv[])
{
FontRec font;
FontFilePtr input, output;
- char *input_name = 0, *output_name = 0;
+ char *input_name = NULL, *output_name = NULL;
char *program_name;
int bit, byte, glyph, scan;