summaryrefslogtreecommitdiff
path: root/epan/column.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/column.c')
-rw-r--r--epan/column.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/column.c b/epan/column.c
index 1f7b2fa518..2a67019591 100644
--- a/epan/column.c
+++ b/epan/column.c
@@ -48,7 +48,7 @@ col_format_to_string(const gint fmt) {
"%At", /* 3) COL_ABS_TIME */
"%V", /* 4) COL_VSAN - !! DEPRECATED !!*/
"%B", /* 5) COL_CUMULATIVE_BYTES */
- "%Cus", /* 6 COL_CUSTOM */
+ "%Cus", /* 6) COL_CUSTOM */
"%y", /* 7) COL_DCE_CALL */
"%Tt", /* 8) COL_DELTA_TIME */
"%Gt", /* 9) COL_DELTA_TIME_DIS */