From e212514b13cf98125271c010ca15023bcc90201f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 25 Mar 2015 15:52:33 +0100 Subject: [PATCH] Do not use comments that are not in English --- src/virt-viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virt-viewer.c b/src/virt-viewer.c index e83898b..994ee28 100644 --- a/src/virt-viewer.c +++ b/src/virt-viewer.c @@ -781,7 +781,7 @@ static void virt_viewer_error_func (void *data G_GNUC_UNUSED, virErrorPtr error G_GNUC_UNUSED) { - /* nada */ + /* nothing */ }