From 09c093b500d5a002d6b420f5972e5469f115ea36 Mon Sep 17 00:00:00 2001 From: Rafe Kettler Date: Sat, 18 Feb 2012 00:10:47 +0000 Subject: Make declarations of "main" in examples consistent. --- manual/examples/subopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/examples/subopt.c') diff --git a/manual/examples/subopt.c b/manual/examples/subopt.c index 287fe8c495..a87bee1669 100644 --- a/manual/examples/subopt.c +++ b/manual/examples/subopt.c @@ -27,7 +27,7 @@ const char *mount_opts[] = }; int -main (int argc, char *argv[]) +main (int argc, char **argv) { char *subopts, *value; int opt; -- cgit v1.2.3-70-g09d2