summaryrefslogtreecommitdiff
path: root/lib/arg-nonnull.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arg-nonnull.h')
-rw-r--r--lib/arg-nonnull.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arg-nonnull.h b/lib/arg-nonnull.h
index f98a9cae24..17179263eb 100644
--- a/lib/arg-nonnull.h
+++ b/lib/arg-nonnull.h
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
that the values passed as arguments n, ..., m must be non-NULL pointers.