From 0a302b78780bad541debf3d3c2f46ad42afecef3 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 25 Nov 2009 22:20:22 +0000 Subject: [PATCH] guestfs documentation: Missing space. --- guestfs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.8.3.1