diff options
-rw-r--r-- | guestfs.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guestfs.pod b/guestfs.pod index eb043f07..30759602 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -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) { |