diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-01-29 02:49:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-01-29 02:49:03 +0000 |
commit | 0f3203c312c3e254b611a1687f8ff9a6bdf82376 (patch) | |
tree | 8dfbacda2e532d379926d37bc9afbab7638b853d /options.c | |
parent | a2edb26cd61e68fe6b21f9ec7edd89513ad3227d (diff) | |
download | rsync-0f3203c312c3e254b611a1687f8ff9a6bdf82376.tar.gz |
fixed some logcode warnings
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ int list_only = 0; struct in_addr socket_address = {INADDR_ANY}; -void usage(int F) +void usage(enum logcode F) { rprintf(F,"rsync version %s Copyright Andrew Tridgell and Paul Mackerras\n\n", VERSION); |