aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 8e430016..229a4744 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -325,7 +325,7 @@ static char *extract_param(const char *const *haystack, const char *needle, cons
return opt;
}
-char *extract_programmer_param(const char *param_name)
+char *extract_programmer_param_str(const char *param_name)
{
return extract_param(&programmer_param, param_name, ",");
}