From 5710a297f747081a85218637c3777e6d189d786c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 16 May 2017 22:48:02 +0200 Subject: [PATCH] afh: Make parse result pointer static. It is only referenced within afh.c. --- afh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afh.c b/afh.c index 4955b3cf..9d40caeb 100644 --- a/afh.c +++ b/afh.c @@ -20,7 +20,7 @@ /** Array of error strings. */ DEFINE_PARA_ERRLIST; -struct lls_parse_result *lpr; +static struct lls_parse_result *lpr; #define CMD_PTR (lls_cmd(0, afh_suite)) #define OPT_RESULT(_name) (lls_opt_result(LSG_AFH_PARA_AFH_OPT_ ## _name, lpr)) -- 2.39.2