summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-25 13:32:28 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-25 13:32:28 +0000
commit2ff1b666c10c70f5b5bf99b9d3a508eb2f2f3836 (patch)
treed4b592e4f00fb1bde6564ec5c6978121014b5ae4 /source3/utils/net.c
parentaf56b0f02ae6bd23ddd406d4f3943b66e665d7c0 (diff)
downloadsamba-2ff1b666c10c70f5b5bf99b9d3a508eb2f2f3836.tar.gz
samba-2ff1b666c10c70f5b5bf99b9d3a508eb2f2f3836.tar.bz2
samba-2ff1b666c10c70f5b5bf99b9d3a508eb2f2f3836.zip
fixed typo
(This used to be commit b14ae495028da4d2b995cefa786746d2c649460c)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index f3a9953e87..d4f203c1d5 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -1217,7 +1217,7 @@ static int net_help(int argc, const char **argv)
{NULL, NULL}};
return net_run_function(argc, argv, func, help_usage);
-};
+}
/* main function table */
static struct functable net_func[] = {