aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-07-16 13:52:18 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-07-16 13:52:18 +0000
commitb3f57106d4b367450342808521a56e653c91371f (patch)
treec6cf622bacac4d957b82b0381cecbd7f856805de /wiretap/catapult_dct2000.c
parente88b2f1fc973c24cf6128209c099f82c22655768 (diff)
It makes (slightly) more sense for comments to be "sent" by the context than "received".
svn path=/trunk/; revision=33552
Diffstat (limited to 'wiretap/catapult_dct2000.c')
-rw-r--r--wiretap/catapult_dct2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/catapult_dct2000.c b/wiretap/catapult_dct2000.c
index 26edae2b41..3e492d6a43 100644
--- a/wiretap/catapult_dct2000.c
+++ b/wiretap/catapult_dct2000.c
@@ -1114,7 +1114,7 @@ static gboolean parse_line(gchar *linebuff, gint line_length,
n++;
}
else {
- *direction = received;
+ *direction = sent;
}