git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8869adf
)
Remove unnecessary extra space from qemu command line.
author
Richard Jones
<rjones@trick.home.annexia.org>
Mon, 21 Sep 2009 11:11:01 +0000
(12:11 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Mon, 21 Sep 2009 11:11:01 +0000
(12:11 +0100)
src/guestfs.c
patch
|
blob
|
history
diff --git
a/src/guestfs.c
b/src/guestfs.c
index
417d17f
..
bc34f60
100644
(file)
--- a/
src/guestfs.c
+++ b/
src/guestfs.c
@@
-1061,7
+1061,7
@@
guestfs__launch (guestfs_h *g)
"%s" /* (verbose) */
"%s", /* (append) */
g->selinux ? "selinux=1 enforcing=0 " : "selinux=0 ",
- g->verbose ? "guestfs_verbose=1 " : "
",
+ g->verbose ? "guestfs_verbose=1 " : "",
g->append ? g->append : "");
add_cmdline (g, "-kernel");