diff options
Diffstat (limited to 'stdio-common/dprintf.c')
-rw-r--r-- | stdio-common/dprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c index 08c657f1fb..22d5b760e9 100644 --- a/stdio-common/dprintf.c +++ b/stdio-common/dprintf.c @@ -13,7 +13,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/>. */ #include <stdarg.h> #include <libioP.h> |