diff options
author | Richard Sharpe <sharpe@samba.org> | 2002-11-01 05:24:38 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2002-11-01 05:24:38 +0000 |
commit | 59735a5aac88b076320874f06056d50947396fb3 (patch) | |
tree | c0b60eee65afff3bb9476ecec961fa50d16dfa7f /source/utils | |
parent | daefe52a56a7b977b8e561f8f668c42183de413b (diff) | |
download | samba-59735a5aac88b076320874f06056d50947396fb3.tar.gz samba-59735a5aac88b076320874f06056d50947396fb3.tar.xz samba-59735a5aac88b076320874f06056d50947396fb3.zip |
Fix small typo ...
Diffstat (limited to 'source/utils')
-rw-r--r-- | source/utils/profiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/profiles.c b/source/utils/profiles.c index fcf01d71dfd..e5c00cf6e43 100644 --- a/source/utils/profiles.c +++ b/source/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); |