summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-12-04 06:39:14 +0000
committerAndrew Tridgell <tridge@samba.org>2000-12-04 06:39:14 +0000
commit3a01ece497557c3c18f27aa144460f700ba17457 (patch)
treefb8cea8996eb0cb78eed0c41150c1f5903fea41e /source3/libsmb/clifile.c
parent252e3ba1283574511dc8ff3a07be4271cfee9a15 (diff)
downloadsamba-3a01ece497557c3c18f27aa144460f700ba17457.tar.gz
samba-3a01ece497557c3c18f27aa144460f700ba17457.tar.bz2
samba-3a01ece497557c3c18f27aa144460f700ba17457.zip
fixed indentation
(This used to be commit b7a1c00bed5f0650783c8d7397c11aa2ac59aa04)
Diffstat (limited to 'source3/libsmb/clifile.c')
-rw-r--r--source3/libsmb/clifile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c
index 2f183ea135..c23a43f95f 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -197,7 +197,7 @@ int cli_nt_create(struct cli_state *cli, char *fname)
p = smb_buf(cli->outbuf);
pstrcpy(p,fname);
- unix_to_dos(p,True);
+ unix_to_dos(p,True);
p = skip_string(p,1);
cli_send_smb(cli);