summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-06-01 16:54:33 +0000
committerattilio <attilio@FreeBSD.org>2011-06-01 16:54:33 +0000
commit9f19c1c64d9f7305791ee510b9aa500748aa0fe8 (patch)
treec28306f7628e6220e4afc83a66a326b2beaf0f11 /usr.sbin
parent3b39b1682d02b7a4dd7244c6d9740a5fcedf1bac (diff)
downloadFreeBSD-src-9f19c1c64d9f7305791ee510b9aa500748aa0fe8.zip
FreeBSD-src-9f19c1c64d9f7305791ee510b9aa500748aa0fe8.tar.gz
MFC
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/kbdmap/kbdmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kbdmap/kbdmap.c b/usr.sbin/kbdmap/kbdmap.c
index 93c5a08..c993389 100644
--- a/usr.sbin/kbdmap/kbdmap.c
+++ b/usr.sbin/kbdmap/kbdmap.c
@@ -226,10 +226,10 @@ get_font(void)
}
}
}
+ fclose(fp);
} else
fprintf(stderr, "Could not open %s for reading\n", sysconfig);
- fclose(fp);
return fnt;
}
OpenPOWER on IntegriCloud