aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-h263.h2
-rw-r--r--epan/dissectors/packet-h264.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h263.h b/epan/dissectors/packet-h263.h
index 157a0db81a..dac92a3009 100644
--- a/epan/dissectors/packet-h263.h
+++ b/epan/dissectors/packet-h263.h
@@ -2,7 +2,7 @@
*
* Common variables for H.263 dissectors
*
- * Copyright 2003 Niklas ™gren <niklas.ogren@7l.se>
+ * Copyright 2003 Niklas Ogren <niklas.ogren@7l.se>
* Seven Levels Consultants AB
*
* Copyright 2008 Richard van der Hoff, MX Telecom
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index b8e2abffec..aa182bf950 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -355,10 +355,10 @@ static const value_string h264_slice_type_vals[] = {
{ 0, NULL }
};
/* byte_aligned( ) is specified as follows.
- * – If the current position in the bitstream is on a byte boundary, i.e.,
+ * - If the current position in the bitstream is on a byte boundary, i.e.,
* the next bit in the bitstream is the first bit in a byte,
* the return value of byte_aligned( ) is equal to TRUE.
- * – Otherwise, the return value of byte_aligned( ) is equal to FALSE.
+ * - Otherwise, the return value of byte_aligned( ) is equal to FALSE.
*/
static gboolean
h264_byte_aligned(int bit_offset)