From 8933c45c177556353570f92513bb49f182ce3be8 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 2 Mar 2016 05:47:04 +0100 Subject: Documentation update --- pcilib/pcilib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcilib/pcilib.h') diff --git a/pcilib/pcilib.h b/pcilib/pcilib.h index 8ab8e9e..f1c0dd7 100644 --- a/pcilib/pcilib.h +++ b/pcilib/pcilib.h @@ -1265,7 +1265,7 @@ int pcilib_set_value_from_static_string(pcilib_t *ctx, pcilib_value_t *val, cons * @param[in] str - initializer * @return - 0 on success or memory error */ -int pcilib_set_value_from_string(pcilib_t *ctx, pcilib_value_t *value, const char *str); +int pcilib_set_value_from_string(pcilib_t *ctx, pcilib_value_t *val, const char *str); /** * Get the floating point value from the polymorphic type. May inmply impliced type conversion, -- cgit v1.2.3