diff options
Diffstat (limited to 'plugins/uriparser/UriShorten.c')
| -rw-r--r-- | plugins/uriparser/UriShorten.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uriparser/UriShorten.c b/plugins/uriparser/UriShorten.c index c839ae53..0145f684 100644 --- a/plugins/uriparser/UriShorten.c +++ b/plugins/uriparser/UriShorten.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * uriparser - RFC 3986 URI parsing library | 2 | * uriparser - RFC 3986 URI parsing library |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2007, Weijia Song <songweijia@gmail.com> | 4 | * Copyright (C) 2007, Weijia Song <songweijia@gmail.com> |
| 5 | * Copyright (C) 2007, Sebastian Pipping <webmaster@hartwork.org> | 5 | * Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org> |
| 6 | * All rights reserved. | 6 | * All rights reserved. |
| 7 | * | 7 | * |
| 8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
| @@ -131,7 +131,7 @@ static URI_INLINE UriBool URI_FUNC(EqualsAuthority)(const URI_TYPE(Uri) * first, | |||
| 131 | 131 | ||
| 132 | 132 | ||
| 133 | 133 | ||
| 134 | int URI_FUNC(RemoveBaseUriImpl)(URI_TYPE(Uri) * dest, | 134 | static int URI_FUNC(RemoveBaseUriImpl)(URI_TYPE(Uri) * dest, |
| 135 | const URI_TYPE(Uri) * absSource, | 135 | const URI_TYPE(Uri) * absSource, |
| 136 | const URI_TYPE(Uri) * absBase, | 136 | const URI_TYPE(Uri) * absBase, |
| 137 | UriBool domainRootMode) { | 137 | UriBool domainRootMode) { |
