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;