aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-11 10:10:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-11 10:10:42 +0000
commitf6826c9c020fe59eb43e98f67afac10ed0f3cf20 (patch)
treee7817501f51246a3377b3d80c590e1e53d132cd2
parentfce2aea78529734aab208e6ed6ea24e57b5262eb (diff)
Fix a small indent issue in a comment.
svn path=/trunk/; revision=28693
-rw-r--r--epan/proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 5b077987ec..674705be7c 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -3929,8 +3929,8 @@ proto_register_field_init(header_field_info *hfinfo, int parent)
g_tree_insert(gpa_name_tree, (gpointer) (hfinfo->abbrev), hfinfo);
/* GLIB 2.x - if it is already present
- * the previous hfinfo with the same name is saved
- * to same_name_hfinfo by value destroy callback */
+ * the previous hfinfo with the same name is saved
+ * to same_name_hfinfo by value destroy callback */
if (same_name_hfinfo) {
/* There's already a field with this name.
* Put it after that field in the list of