diff options
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/tools/build.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c index 94c544650020..c941d6a8887f 100644 --- a/arch/x86/boot/tools/build.c +++ b/arch/x86/boot/tools/build.c | |||
@@ -243,6 +243,7 @@ static void parse_zoffset(char *fname) | |||
243 | c = fread(buf, 1, sizeof(buf) - 1, file); | 243 | c = fread(buf, 1, sizeof(buf) - 1, file); |
244 | if (ferror(file)) | 244 | if (ferror(file)) |
245 | die("read-error on `zoffset.h'"); | 245 | die("read-error on `zoffset.h'"); |
246 | fclose(file); | ||
246 | buf[c] = 0; | 247 | buf[c] = 0; |
247 | 248 | ||
248 | p = (char *)buf; | 249 | p = (char *)buf; |