summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-20 19:00:00 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-20 19:00:00 +0000
commit59ee8fe356e2924916211dd8ff176de5707b1fb6 (patch)
tree91f8a0c09b73a8a52427ae22007d1933b7e11e82 /utils
parentd38afae778e031826fb88947a9483aab7681c359 (diff)
downloadanaconda-59ee8fe356e2924916211dd8ff176de5707b1fb6.tar.gz
anaconda-59ee8fe356e2924916211dd8ff176de5707b1fb6.tar.xz
anaconda-59ee8fe356e2924916211dd8ff176de5707b1fb6.zip
tyop
Diffstat (limited to 'utils')
-rw-r--r--utils/readmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readmap.c b/utils/readmap.c
index 62d1f3ea3..53bf6ad26 100644
--- a/utils/readmap.c
+++ b/utils/readmap.c
@@ -54,7 +54,7 @@ int main(int argc, char ** argv) {
if (verbose) fprintf(stderr, "found %d valid keymaps\n", count);
- if (verbose) fprintf(stderr"creating keymap file %s\n", argv[1]);
+ if (verbose) fprintf(stderr, "creating keymap file %s\n", argv[1]);
if ((out = open(argv[1], O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 1) {
perror("open keymap");
exit(1);