guestfs documentation: Missing space.

This commit is contained in:
Richard Jones
2009-11-25 22:20:22 +00:00
parent 8504318756
commit 0a302b7878

View File

@@ -708,7 +708,7 @@ need the compile time check as well):
#ifdef HAVE_GUESTFS_DD
void *dl;
int has_function;
/* Test if the function guestfs_dd is really available. */
dl = dlopen (NULL, RTLD_LAZY);
if (!dl) {