aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index c41801a9..59a7531f 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -654,7 +654,6 @@ char *extract_param(const char *const *haystack, const char *needle, const char
return NULL;
/* Needle followed by '='? */
if (param_pos[needlelen] == '=') {
-
/* Beginning of the string? */
if (param_pos == *haystack)
break;