From 2ff1b666c10c70f5b5bf99b9d3a508eb2f2f3836 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 25 Nov 2001 13:32:28 +0000 Subject: fixed typo (This used to be commit b14ae495028da4d2b995cefa786746d2c649460c) --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net.c') 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[] = { -- cgit