1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

Oops trailing blank, Daniel

This commit is contained in:
Daniel Veillard 2008-02-26 07:06:48 +00:00
parent 36c6bfa63d
commit ea47a7d4e4

View File

@ -656,7 +656,7 @@ do_open (const char *name,
* if running a xen kernel, give it priority over
* QEmu emultation
*/
if (STREQ(latest, "xen:///"))
if (STREQ(latest, "xen:///"))
use = latest;
else if (use == NULL)
use = latest;