diff options
Diffstat (limited to 'doc/examples/xpath2.c')
-rw-r--r-- | doc/examples/xpath2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/xpath2.c b/doc/examples/xpath2.c index eee771a..6ff4008 100644 --- a/doc/examples/xpath2.c +++ b/doc/examples/xpath2.c @@ -63,7 +63,7 @@ main(int argc, char **argv) { * * Prints usage information. */ -void +static void usage(const char *name) { assert(name); |