mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
guestfs documentation: Missing space.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user