X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroff-font.c;h=331da33d38dbd07ec4239f35e2a07b05cadc066a;hb=9b4b94c6d3b5fd98bf396e23d015380b87d2d296;hp=e4df2cff7c94788222323fc06eab5d610b251750;hpb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;p=pspp-builds.git diff --git a/src/groff-font.c b/src/groff-font.c index e4df2cff..331da33d 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;