aboutsummaryrefslogtreecommitdiffstats
path: root/man3/end.3
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-15 18:13:05 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-15 18:13:37 +0200
commit7ffb8e37b7ed1b6275edbeeaebdee43fbd0cfc88 (patch)
tree8daec4baaaf9db9a00aab793c6b197e918ffa6b5 /man3/end.3
parentb42296e4feaffd0ca4e5675fa181d19891f947ce (diff)
downloadman-pages-7ffb8e37b7ed1b6275edbeeaebdee43fbd0cfc88.tar.gz
Various pages: EXAMPLES: Remove unused variables
Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/end.3')
-rw-r--r--man3/end.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/end.3 b/man3/end.3
index 1ee11da795..e2c74405d3 100644
--- a/man3/end.3
+++ b/man3/end.3
@@ -76,7 +76,7 @@ extern char etext, edata, end; /* The symbols must have some type,
or "gcc \-Wall" complains */
int
-main(int argc, char *argv[])
+main(void)
{
printf("First address past:\en");
printf(" program text (etext) %10p\en", &etext);