summaryrefslogtreecommitdiff
path: root/source3/utils/profiles.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2002-11-01 05:24:38 +0000
committerRichard Sharpe <sharpe@samba.org>2002-11-01 05:24:38 +0000
commit38e7a103da05926eb8ffb95b5ffaee061f799824 (patch)
tree0c74c5f55e9c32d2bbf71c621ab0419c7acd3678 /source3/utils/profiles.c
parent689d510ef6b071ed220e41293c64a36ea79597b7 (diff)
downloadsamba-38e7a103da05926eb8ffb95b5ffaee061f799824.tar.gz
samba-38e7a103da05926eb8ffb95b5ffaee061f799824.tar.bz2
samba-38e7a103da05926eb8ffb95b5ffaee061f799824.zip
Fix small typo ...
(This used to be commit 59735a5aac88b076320874f06056d50947396fb3)
Diffstat (limited to 'source3/utils/profiles.c')
-rw-r--r--source3/utils/profiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c
index fcf01d71df..e5c00cf6e4 100644
--- a/source3/utils/profiles.c
+++ b/source3/utils/profiles.c
@@ -449,7 +449,7 @@ void print_acl(ACL *acl, char *prefix)
}
}
-void usage(voi)
+void usage(void)
{
fprintf(stderr, "usage: profiles [-c <OLD-SID> -n <NEW-SID>] <profilefile>\n");
fprintf(stderr, "Version: %s\n", VERSION);