summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-03-19 15:04:02 -0400
committermidipix <writeonce@midipix.org>2016-03-19 15:04:02 -0400
commitf0921baf8e80bcb60d03a7448f947f6d25dc2f46 (patch)
tree6067f67ac10a4d49248176d5cdac72024252ed6e /src
parent666296cf8f36712072a93ee91ff998a5a53f1f27 (diff)
downloadslibtool-f0921baf8e80bcb60d03a7448f947f6d25dc2f46.tar.bz2
slibtool-f0921baf8e80bcb60d03a7448f947f6d25dc2f46.tar.xz
slbt_init_host_params(): add missing 'static' storage class specification.
Diffstat (limited to 'src')
-rw-r--r--src/driver/slbt_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index 98457ba..10a531f 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -235,7 +235,7 @@ static int slbt_split_argv(
return 0;
}
-int slbt_init_host_params(
+static int slbt_init_host_params(
const struct slbt_common_ctx * cctx,
struct slbt_host_strs * drvhost,
struct slbt_host_params * host,