From 99e8d306d0cb552f85c44c0571cf5b6f9e8249c7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Mar 2014 01:01:40 +0100 Subject: [PATCH] fix positioning of the __hidden attribute Signed-off-by: Felix Fietkau --- uclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uclient.c b/uclient.c index e7213a1..f5e9c51 100644 --- a/uclient.c +++ b/uclient.c @@ -3,7 +3,7 @@ #include "uclient-utils.h" #include "uclient-backend.h" -struct uclient_url * __hidden +struct uclient_url __hidden * uclient_get_url(const char *url_str, const char *auth_str) { static const struct uclient_backend *backends[] = { -- 2.11.0