projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5596b
)
fix for new codestyle.
author
Gunter Knauf
<gk@gknw.de>
Tue, 19 Feb 2008 16:23:03 +0000
(16:23 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Tue, 19 Feb 2008 16:23:03 +0000
(16:23 +0000)
docs/examples/ftpupload.c
patch
|
blob
|
history
diff --git
a/docs/examples/ftpupload.c
b/docs/examples/ftpupload.c
index ab803bdfea4a5f63ff688c4eb895f48226776709..f4d3384ea0b0714a741fd122f1a98601ff85ecd5 100644
(file)
--- a/
docs/examples/ftpupload.c
+++ b/
docs/examples/ftpupload.c
@@
-44,7
+44,7
@@
int main(int argc, char **argv)
static const char buf_2 [] = "RNTO " RENAME_FILE_TO;
/* get the file size of the local file */
- if
(stat(LOCAL_FILE, &file_info)) {
+ if(stat(LOCAL_FILE, &file_info)) {
printf("Couldnt open '%s': %s\n", LOCAL_FILE, strerror(errno));
exit(1);
}