aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-03 03:41:35 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-03 03:41:35 +0000
commitba06fa649028dc683296a3411edb0b0bd8e1c1ee (patch)
tree91bc84ebf28ed1a154d935303dffa9043170d5bd /epan/tvbuff.c
parent7adba9a67284bf46ed01e1d8916b0136d39d63da (diff)
More indentation fixes.
svn path=/trunk/; revision=4135
Diffstat (limited to 'epan/tvbuff.c')
-rw-r--r--epan/tvbuff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/tvbuff.c b/epan/tvbuff.c
index 047441c445..58fdd9324e 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -9,7 +9,7 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.c,v 1.22 2001/11/03 00:19:26 guy Exp $
+ * $Id: tvbuff.c,v 1.23 2001/11/03 03:41:35 guy Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
*
@@ -143,7 +143,7 @@ tvb_init(tvbuff_t *tvb, tvbuff_type type)
tvb->real_data = NULL;
tvb->raw_offset = -1;
tvb->used_in = NULL;
- tvb->ds_name = NULL;
+ tvb->ds_name = NULL;
switch(type) {
case TVBUFF_REAL_DATA: