summaryrefslogtreecommitdiff
path: root/lib/unsetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unsetenv.c')
-rw-r--r--lib/unsetenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unsetenv.c b/lib/unsetenv.c
index e8f9a80b5f..05f4d8c108 100644
--- a/lib/unsetenv.c
+++ b/lib/unsetenv.c
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc
optimizes away the name == NULL test below. */