about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-03-23 00:37:21 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-03-23 00:37:21 +0000
commit7c7ff9bd2d0334289b1a705c94d7a14046fb9a8a (patch)
tree91d9a847037b402ad37b67c5b893ca2f8dc64b1b /src/LYMain.c
parent431f06f02cbacbd4496e13ebda51a580f0a48b91 (diff)
downloadlynx-snapshots-7c7ff9bd2d0334289b1a705c94d7a14046fb9a8a.tar.gz
snapshot of project "lynx", label v2-9-0dev_6g
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index 68234478..ad9c1fc2 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.290 2020/09/03 00:05:23 Steffen.Nurpmeso Exp $
+ * $LynxId: LYMain.c,v 1.291 2021/03/22 22:52:58 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -688,7 +688,7 @@ static char *nonoption = 0;
 #endif
 
 static BOOL parse_arg(char **arg, unsigned mask, int *countp);
-static void print_help_and_exit(int exit_status) GCC_NORETURN;
+static GCC_NORETURN void print_help_and_exit(int exit_status);
 static void print_help_strings(const char *name,
 			       const char *help,
 			       const char *value,