summaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/loadkmap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index aa4f6bbc8..fe533d522 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -87,6 +87,8 @@ int loadkmap_main(int argc, char **argv)
87 } 87 }
88 } 88 }
89 } 89 }
90 close(fd); 90 /* Don't bother to close files. Exit does that
91 * automagically, so we can save a few bytes */
92 /* close(fd); */
91 return 0; 93 return 0;
92} 94}