[gxml] NodeList.vala: touch a comment
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] NodeList.vala: touch a comment
- Date: Mon, 14 Oct 2013 09:07:55 +0000 (UTC)
commit d73e3487b2ef52745557f8e71889bab5adb3e764
Author: Richard Schwarting <aquarichy gmail com>
Date: Mon Oct 14 05:07:12 2013 -0400
NodeList.vala: touch a comment
gxml/NodeList.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gxml/NodeList.vala b/gxml/NodeList.vala
index c32754f..56ce709 100644
--- a/gxml/NodeList.vala
+++ b/gxml/NodeList.vala
@@ -743,7 +743,8 @@ namespace GXml {
if (this.valid) {
return this.get_current ();
} else {
- // TODO: file bug, Iterator wants Node, not Node?, but it wants us to be able
to return null.
+ /* TODO: file bug, Iterator wants Node, not Node?, but it
+ wants us to be able to return null. */
return null;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]