diff options
Diffstat (limited to 'source/utils/profiles.c')
-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 96ab6d612c2..70ac8ffcc09 100644 --- a/source/utils/profiles.c +++ b/source/utils/profiles.c @@ -531,7 +531,7 @@ int main(int argc, char *argv[]) int opt; int i, fd, aces, start = 0; int process_sids = 0; - void *base; + char *base; struct stat sbuf; fstring sid_str; REGF_HDR *regf_hdr; |