[Libguestfs] [PATCH] gui: fix a syntax-check issue of bindtextdomain

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Tue Mar 10 10:05:43 UTC 2015


Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 p2v/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index 60f226e..f661f49 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -70,7 +70,7 @@ static GtkWidget *run_dlg,
   *cancel_button, *reboot_button;
 
 /* The entry point from the main program.
- * Note that gtk_init etc have already been called in main().
+ * Note that gtk_init etc have already been called in main.
  */
 void
 gui_application (struct config *config)
-- 
2.1.0




More information about the Libguestfs mailing list