solenv/bin/concat-deps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e5c324016dcbadeb7664052124cc927246c2953f Author: Stephan Bergmann <[email protected]> Date: Mon Jan 9 20:00:00 2017 +0100 loplugin:externvar Change-Id: I63571c0003e6e0d7bd7a0c71a7dd47955a8871e0 diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index cfaac07..c63d5a7 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -108,7 +108,7 @@ #define FALSE 0 #endif -int internal_boost = 0; +static int internal_boost = 0; static char* base_dir; static char* work_dir; size_t work_dir_len; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
