From: Richard Jones Date: Wed, 25 Nov 2009 22:20:22 +0000 (+0000) Subject: guestfs documentation: Missing space. X-Git-Tag: 1.0.80~33 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0a302b78780bad541debf3d3c2f46ad42afecef3;p=libguestfs.git guestfs documentation: Missing space. --- diff --git a/guestfs.pod b/guestfs.pod index eb043f0..3075960 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) {