diff options
Diffstat (limited to 'string/test-strcspn.c')
-rw-r--r-- | string/test-strcspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-strcspn.c b/string/test-strcspn.c index ff3f6279bf..1c31dd6c5b 100644 --- a/string/test-strcspn.c +++ b/string/test-strcspn.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #define STRPBRK_RESULT(s, pos) (pos) #define RES_TYPE size_t |