git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ec83d94
)
Don't print stray newline if nothing was downloaded.
author
Kristian Høgsberg
<krh@redhat.com>
Sun, 6 Apr 2008 04:29:47 +0000 (
00:29
-0400)
committer
Kristian Høgsberg
<krh@redhat.com>
Sun, 6 Apr 2008 04:29:47 +0000 (
00:29
-0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
fa3f86b
..
4ac8c57
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-265,10
+265,9
@@
download_if_missing(CURL *curl, const char *url, const char *file)
unlink(file);
return -1;
}
+ fprintf(stderr, "\n");
}
- fprintf(stderr, "\n");
-
return 0;
}