summaryrefslogtreecommitdiffstats
path: root/source/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
commitb14ae495028da4d2b995cefa786746d2c649460c (patch)
tree7661870e9ef42ff18508a0ff7e63776a2b557d28 /source/utils/net.c
parent0c1f90402bf6aa403719cef59afd127ae42b0865 (diff)
downloadsamba-b14ae495028da4d2b995cefa786746d2c649460c.tar.gz
samba-b14ae495028da4d2b995cefa786746d2c649460c.tar.xz
samba-b14ae495028da4d2b995cefa786746d2c649460c.zip
fixed typo
Diffstat (limited to 'source/utils/net.c')
-rw-r--r--source/utils/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net.c b/source/utils/net.c
index f3a9953e87a..d4f203c1d57 100644
--- a/source/utils/net.c
+++ b/source/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[] = {