X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroff-font.c;h=331da33d38dbd07ec4239f35e2a07b05cadc066a;hb=1fc3af93c0ba6cbaf7ef09edc979096b6f16dd6f;hp=e4df2cff7c94788222323fc06eab5d610b251750;hpb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;p=pspp diff --git a/src/groff-font.c b/src/groff-font.c index e4df2cff7c..331da33d38 100644 --- a/src/groff-font.c +++ b/src/groff-font.c @@ -19,7 +19,7 @@ #include #include "font.h" -#include +#include "error.h" #include #include #include @@ -92,7 +92,7 @@ groff_read_font (const char *fn) char *key; /* 0=kernpairs section, 1=charset section. */ - int charset; + int charset = 0; /* Index for previous line. */ int prev_index = -1;