diff options
Diffstat (limited to 'string/test-stpcpy.c')
-rw-r--r-- | string/test-stpcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-stpcpy.c b/string/test-stpcpy.c index 78e6eaeeb1..e460bb8da5 100644 --- a/string/test-stpcpy.c +++ b/string/test-stpcpy.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 STRCPY_RESULT(dst, len) ((dst) + (len)) #define TEST_MAIN |