summaryrefslogtreecommitdiff
path: root/epan/strutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/strutil.c')
-rw-r--r--epan/strutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/strutil.c b/epan/strutil.c
index d446fa08b0..ebd4c49040 100644
--- a/epan/strutil.c
+++ b/epan/strutil.c
@@ -418,7 +418,6 @@ hex_str_to_bytes(const char *hex_str, GByteArray *bytes, gboolean force_separato
}
else if (force_separators) {
return FALSE;
- break;
}
}
p = punct;
@@ -450,7 +449,6 @@ hex_str_to_bytes(const char *hex_str, GByteArray *bytes, gboolean force_separato
}
else if (force_separators) {
return FALSE;
- break;
}
}
p = punct;