From 847465a79422d30509dc2829578c059db78366bd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 31 Oct 2014 10:50:20 +0000 Subject: [PATCH] src/info.c: Remove incorrect comment. --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 1bc079a7d..e3f180566 100644 --- a/src/info.c +++ b/src/info.c @@ -110,7 +110,7 @@ cleanup_yajl_tree_free (void *ptr) # else # define CLEANUP_YAJL_TREE_FREE # endif -#endif /* HAVE_ATTRIBUTE_CLEANUP */ +#endif static char * get_disk_format (guestfs_h *g, const char *filename)