summaryrefslogtreecommitdiff
path: root/gnulib-tests/test-xalloc-die.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/test-xalloc-die.c')
-rw-r--r--gnulib-tests/test-xalloc-die.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnulib-tests/test-xalloc-die.c b/gnulib-tests/test-xalloc-die.c
index 3da598b..07dcb1d 100644
--- a/gnulib-tests/test-xalloc-die.c
+++ b/gnulib-tests/test-xalloc-die.c
@@ -1,9 +1,9 @@
/* Test of xalloc_die() function.
- Copyright (C) 2009-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -21,7 +21,7 @@
#include "xalloc.h"
int
-main (int argc _GL_UNUSED, char **argv)
+main (_GL_UNUSED int argc, char **argv)
{
xalloc_die ();
return 0;